Html Css Color HEX #AF24BD Dark Orchid

📋 copy color: '#AF24BD'

red 175 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #AF24BD

Tints of Dark Orchid #AF24BD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 43.75%
G = 9%
B = 47.25%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF24BD (or 0xAF24BD) is known color: Dark Orchid. HEX triplet: AF, 24 and BD. RGB value is (175,36,189). Sum of RGB (Red+Green+Blue) = 175+36+189=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF24BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24BD is #50DB42. Grayscale: #5E5E5E. Windows color (decimal): -5299011 or 12395695. OLE color: 12395695.

HSL color Cylindrical-coordinate representation of color #AF24BD: hue angle of 294.51º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF24BD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 36 189 -
CMYK 0.07 0.81 0 0.26
HSL 294.51º 0.68% 0.44% -
HSV(B) 294.51º 0.81% 0.74% -
XYZ 27.5 14.05 49.41 -
YUV 95 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 175 36 189 0.07 0.81 0 0.26 294.51 0.68 0.44
Hex AF 24 BD 7 51 0 1A 127 44 2C
Octal 257 44 275 7 121 0 32 447 104 54
Binary 10101111 100100 10111101 111 1010001 0 11010 100100111 1000100 101100

Color Harmonies of #AF24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24BD

Black with #AF24BD

Text Example


Text Example

White with #AF24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24BD; }

 p { color: rgb(175,36,189); }

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

background-color css

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

 a { background-color: rgb(175,36,189); }

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

border-color css

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

 span { border-color: rgb(175,36,189); }

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