Html Css Color HEX #AF38DB Dark Orchid

📋 copy color: '#AF38DB'

red 175 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #AF38DB

Tints of Dark Orchid #AF38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.44%

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

R = 38.89%
G = 12.44%
B = 48.67%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF38DB (or 0xAF38DB) is known color: Dark Orchid. HEX triplet: AF, 38 and DB. RGB value is (175,56,219). Sum of RGB (Red+Green+Blue) = 175+56+219=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38DB is #50C724. Grayscale: #6D6D6D. Windows color (decimal): -5293861 or 14366895. OLE color: 14366895.

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

Color convert

RGB 175 56 219 -
CMYK 0.20 0.74 0 0.14
HSL 283.8º 0.69% 0.54% -
HSV(B) 283.8º 0.74% 0.86% -
XYZ 31.88 17.06 68.63 -
YUV 110.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 175 56 219 0.20 0.74 0 0.14 283.8 0.69 0.54
Hex AF 38 DB 14 4A 0 E 11C 45 36
Octal 257 70 333 24 112 0 16 434 105 66
Binary 10101111 111000 11011011 10100 1001010 0 1110 100011100 1000101 110110

Color Harmonies of #AF38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38DB

Black with #AF38DB

Text Example


Text Example

White with #AF38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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