Html Css Color HEX #A335AF Dark Orchid

📋 copy color: '#A335AF'

red 163 ◦ green 53 ◦ blue 175

#A335AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A335AF

Tints of Dark Orchid #A335AF

RGB

 RED value IS 163 (64.06% from 255) = 41.69%

 GREEN value IS 53 (21.09% from 255) = 13.55%

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 41.69%
G = 13.55%
B = 44.76%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A335AF (or 0xA335AF) is known color: Dark Orchid. HEX triplet: A3, 35 and AF. RGB value is (163,53,175). Sum of RGB (Red+Green+Blue) = 163+53+175=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #A335AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A335AF is #5CCA50. Grayscale: #636363. Windows color (decimal): -6081105 or 11482531. OLE color: 11482531.

HSL color Cylindrical-coordinate representation of color #A335AF: hue angle of 294.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A335AF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 53 175 -
CMYK 0.07 0.70 0 0.31
HSL 294.1º 0.54% 0.45% -
HSV(B) 294.1º 0.7% 0.69% -
XYZ 24.12 13.43 41.88 -
YUV 99.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 163 53 175 0.07 0.70 0 0.31 294.1 0.54 0.45
Hex A3 35 AF 7 46 0 1F 126 36 2D
Octal 243 65 257 7 106 0 37 446 66 55
Binary 10100011 110101 10101111 111 1000110 0 11111 100100110 110110 101101

Color Harmonies of #A335AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335AF

Black with #A335AF

Text Example


Text Example

White with #A335AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335AF; }

 p { color: rgb(163,53,175); }

 H1.HeaderClassName
 {
   color: #A335AF;
 }
 .AnyTagClassName
 {
   color: #A335AF;
 }
</style>

background-color css

<style>
 a { background-color: #A335AF; }

 a { background-color: rgb(163,53,175); }

 div.DivClassName
 {
   background-color: #A335AF;
 }
 .BgClassName
 {
   background-color: #A335AF;
 }
</style>

border-color css

<style>
 span { border-color: #A335AF; }

 span { border-color: rgb(163,53,175); }

 td.TdClassName
 {
   border-color: #A335AF;
 }
 .TagClassName
 {
   border-color: #A335AF;
 }
</style>