Html Css Color HEX #AF24BE Dark Orchid

📋 copy color: '#AF24BE'

red 175 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #AF24BE

Tints of Dark Orchid #AF24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 43.64%
G = 8.98%
B = 47.38%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF24BE (or 0xAF24BE) is known color: Dark Orchid. HEX triplet: AF, 24 and BE. RGB value is (175,36,190). Sum of RGB (Red+Green+Blue) = 175+36+190=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24BE is #50DB41. Grayscale: #5E5E5E. Windows color (decimal): -5299010 or 12461231. OLE color: 12461231.

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

Color convert

RGB 175 36 190 -
CMYK 0.08 0.81 0 0.25
HSL 294.16º 0.68% 0.44% -
HSV(B) 294.16º 0.81% 0.75% -
XYZ 27.6 14.09 49.98 -
YUV 95.12 181.55 184.98 -
System Red Green Blue C M Y K H S L
Decimal 175 36 190 0.08 0.81 0 0.25 294.16 0.68 0.44
Hex AF 24 BE 8 51 0 19 126 44 2C
Octal 257 44 276 10 121 0 31 446 104 54
Binary 10101111 100100 10111110 1000 1010001 0 11001 100100110 1000100 101100

Color Harmonies of #AF24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24BE

Black with #AF24BE

Text Example


Text Example

White with #AF24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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