Html Css Color HEX #AF3CDB Dark Orchid

📋 copy color: '#AF3CDB'

red 175 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #AF3CDB

Tints of Dark Orchid #AF3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.22%

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 38.55%
G = 13.22%
B = 48.24%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF3CDB (or 0xAF3CDB) is known color: Dark Orchid. HEX triplet: AF, 3C and DB. RGB value is (175,60,219). Sum of RGB (Red+Green+Blue) = 175+60+219=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF3CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CDB is #50C324. Grayscale: #6F6F6F. Windows color (decimal): -5292837 or 14367919. OLE color: 14367919.

HSL color Cylindrical-coordinate representation of color #AF3CDB: hue angle of 283.4º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3CDB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 60 219 -
CMYK 0.20 0.73 0 0.14
HSL 283.4º 0.69% 0.55% -
HSV(B) 283.4º 0.73% 0.86% -
XYZ 32.08 17.46 68.7 -
YUV 112.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 175 60 219 0.20 0.73 0 0.14 283.4 0.69 0.55
Hex AF 3C DB 14 49 0 E 11B 45 37
Octal 257 74 333 24 111 0 16 433 105 67
Binary 10101111 111100 11011011 10100 1001001 0 1110 100011011 1000101 110111

Color Harmonies of #AF3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CDB

Black with #AF3CDB

Text Example


Text Example

White with #AF3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CDB; }

 p { color: rgb(175,60,219); }

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

background-color css

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

 a { background-color: rgb(175,60,219); }

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

border-color css

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

 span { border-color: rgb(175,60,219); }

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