Html Css Color HEX #AF3AD6 Dark Orchid

📋 copy color: '#AF3AD6'

red 175 ◦ green 58 ◦ blue 214

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

Shades of Dark Orchid #AF3AD6

Tints of Dark Orchid #AF3AD6

RGB

 RED value IS 175 (68.75% from 255) = 39.15%

 GREEN value IS 58 (23.05% from 255) = 12.98%

 BLUE value IS 214 (83.98% from 255) = 47.87%

R = 39.15%
G = 12.98%
B = 47.87%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF3AD6 (or 0xAF3AD6) is known color: Dark Orchid. HEX triplet: AF, 3A and D6. RGB value is (175,58,214). Sum of RGB (Red+Green+Blue) = 175+58+214=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF3AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3AD6 is #50C529. Grayscale: #6E6E6E. Windows color (decimal): -5293354 or 14039727. OLE color: 14039727.

HSL color Cylindrical-coordinate representation of color #AF3AD6: hue angle of 285º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3AD6 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 58 214 -
CMYK 0.18 0.73 0 0.16
HSL 285º 0.66% 0.53% -
HSV(B) 285º 0.73% 0.84% -
XYZ 31.33 17 65.25 -
YUV 110.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 175 58 214 0.18 0.73 0 0.16 285 0.66 0.53
Hex AF 3A D6 12 49 0 10 11D 42 35
Octal 257 72 326 22 111 0 20 435 102 65
Binary 10101111 111010 11010110 10010 1001001 0 10000 100011101 1000010 110101

Color Harmonies of #AF3AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AD6

Black with #AF3AD6

Text Example


Text Example

White with #AF3AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AD6; }

 p { color: rgb(175,58,214); }

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

background-color css

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

 a { background-color: rgb(175,58,214); }

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

border-color css

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

 span { border-color: rgb(175,58,214); }

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