Html Css Color HEX #AF2BDB Dark Orchid

📋 copy color: '#AF2BDB'

red 175 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #AF2BDB

Tints of Dark Orchid #AF2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.84%

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

R = 40.05%
G = 9.84%
B = 50.11%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF2BDB (or 0xAF2BDB) is known color: Dark Orchid. HEX triplet: AF, 2B and DB. RGB value is (175,43,219). Sum of RGB (Red+Green+Blue) = 175+43+219=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF2BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BDB is #50D424. Grayscale: #656565. Windows color (decimal): -5297189 or 14363567. OLE color: 14363567.

HSL color Cylindrical-coordinate representation of color #AF2BDB: hue angle of 285º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2BDB is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 43 219 -
CMYK 0.20 0.80 0 0.14
HSL 285º 0.71% 0.51% -
HSV(B) 285º 0.8% 0.86% -
XYZ 31.33 15.96 68.45 -
YUV 102.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 175 43 219 0.20 0.80 0 0.14 285 0.71 0.51
Hex AF 2B DB 14 50 0 E 11D 47 33
Octal 257 53 333 24 120 0 16 435 107 63
Binary 10101111 101011 11011011 10100 1010000 0 1110 100011101 1000111 110011

Color Harmonies of #AF2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BDB

Black with #AF2BDB

Text Example


Text Example

White with #AF2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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