Html Css Color HEX #AF25DC Dark Orchid

📋 copy color: '#AF25DC'

red 175 ◦ green 37 ◦ blue 220

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

Shades of Dark Orchid #AF25DC

Tints of Dark Orchid #AF25DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 40.51%
G = 8.56%
B = 50.93%

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

#AF25DC (or 0xAF25DC) is known color: Dark Orchid. HEX triplet: AF, 25 and DC. RGB value is (175,37,220). Sum of RGB (Red+Green+Blue) = 175+37+220=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF25DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25DC is #50DA23. Grayscale: #626262. Windows color (decimal): -5298724 or 14427567. OLE color: 14427567.

HSL color Cylindrical-coordinate representation of color #AF25DC: hue angle of 285.25º 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 #AF25DC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 37 220 -
CMYK 0.20 0.83 0 0.14
HSL 285.25º 0.72% 0.5% -
HSV(B) 285.25º 0.83% 0.86% -
XYZ 31.26 15.6 69.07 -
YUV 99.12 196.22 182.12 -
System Red Green Blue C M Y K H S L
Decimal 175 37 220 0.20 0.83 0 0.14 285.25 0.72 0.5
Hex AF 25 DC 14 53 0 E 11D 48 32
Octal 257 45 334 24 123 0 16 435 110 62
Binary 10101111 100101 11011100 10100 1010011 0 1110 100011101 1001000 110010

Color Harmonies of #AF25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25DC

Black with #AF25DC

Text Example


Text Example

White with #AF25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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