Html Css Color HEX #AF25DA Dark Orchid

📋 copy color: '#AF25DA'

red 175 ◦ green 37 ◦ blue 218

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

Shades of Dark Orchid #AF25DA

Tints of Dark Orchid #AF25DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 40.7%
G = 8.6%
B = 50.7%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF25DA (or 0xAF25DA) is known color: Dark Orchid. HEX triplet: AF, 25 and DA. RGB value is (175,37,218). Sum of RGB (Red+Green+Blue) = 175+37+218=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF25DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25DA is #50DA25. Grayscale: #626262. Windows color (decimal): -5298726 or 14296495. OLE color: 14296495.

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

Color convert

RGB 175 37 218 -
CMYK 0.20 0.83 0 0.15
HSL 285.75º 0.71% 0.5% -
HSV(B) 285.75º 0.83% 0.85% -
XYZ 31 15.5 67.69 -
YUV 98.9 195.22 182.28 -
System Red Green Blue C M Y K H S L
Decimal 175 37 218 0.20 0.83 0 0.15 285.75 0.71 0.5
Hex AF 25 DA 14 53 0 F 11E 47 32
Octal 257 45 332 24 123 0 17 436 107 62
Binary 10101111 100101 11011010 10100 1010011 0 1111 100011110 1000111 110010

Color Harmonies of #AF25DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25DA

Black with #AF25DA

Text Example


Text Example

White with #AF25DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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