Html Css Color HEX #AF25DB Dark Orchid

📋 copy color: '#AF25DB'

red 175 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #AF25DB

Tints of Dark Orchid #AF25DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.58%

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

R = 40.6%
G = 8.58%
B = 50.81%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF25DB (or 0xAF25DB) is known color: Dark Orchid. HEX triplet: AF, 25 and DB. RGB value is (175,37,219). Sum of RGB (Red+Green+Blue) = 175+37+219=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF25DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25DB is #50DA24. Grayscale: #626262. Windows color (decimal): -5298725 or 14362031. OLE color: 14362031.

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

Color convert

RGB 175 37 219 -
CMYK 0.20 0.83 0 0.14
HSL 285.49º 0.72% 0.5% -
HSV(B) 285.49º 0.83% 0.86% -
XYZ 31.13 15.55 68.38 -
YUV 99.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 175 37 219 0.20 0.83 0 0.14 285.49 0.72 0.5
Hex AF 25 DB 14 53 0 E 11D 48 32
Octal 257 45 333 24 123 0 16 435 110 62
Binary 10101111 100101 11011011 10100 1010011 0 1110 100011101 1001000 110010

Color Harmonies of #AF25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25DB

Black with #AF25DB

Text Example


Text Example

White with #AF25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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