Html Css Color HEX #AF28DB Dark Orchid

📋 copy color: '#AF28DB'

red 175 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #AF28DB

Tints of Dark Orchid #AF28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.22%

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

R = 40.32%
G = 9.22%
B = 50.46%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF28DB (or 0xAF28DB) is known color: Dark Orchid. HEX triplet: AF, 28 and DB. RGB value is (175,40,219). Sum of RGB (Red+Green+Blue) = 175+40+219=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF28DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28DB is #50D724. Grayscale: #646464. Windows color (decimal): -5297957 or 14362799. OLE color: 14362799.

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

Color convert

RGB 175 40 219 -
CMYK 0.20 0.82 0 0.14
HSL 285.25º 0.71% 0.51% -
HSV(B) 285.25º 0.82% 0.86% -
XYZ 31.22 15.75 68.41 -
YUV 100.77 194.73 180.95 -
System Red Green Blue C M Y K H S L
Decimal 175 40 219 0.20 0.82 0 0.14 285.25 0.71 0.51
Hex AF 28 DB 14 52 0 E 11D 47 33
Octal 257 50 333 24 122 0 16 435 107 63
Binary 10101111 101000 11011011 10100 1010010 0 1110 100011101 1000111 110011

Color Harmonies of #AF28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28DB

Black with #AF28DB

Text Example


Text Example

White with #AF28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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