Html Css Color HEX #AF24BC Dark Orchid

📋 copy color: '#AF24BC'

red 175 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #AF24BC

Tints of Dark Orchid #AF24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 43.86%
G = 9.02%
B = 47.12%

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

#AF24BC (or 0xAF24BC) is known color: Dark Orchid. HEX triplet: AF, 24 and BC. RGB value is (175,36,188). Sum of RGB (Red+Green+Blue) = 175+36+188=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24BC is #50DB43. Grayscale: #5E5E5E. Windows color (decimal): -5299012 or 12330159. OLE color: 12330159.

HSL color Cylindrical-coordinate representation of color #AF24BC: hue angle of 294.87º 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 #AF24BC is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 36 188 -
CMYK 0.07 0.81 0 0.26
HSL 294.87º 0.68% 0.44% -
HSV(B) 294.87º 0.81% 0.74% -
XYZ 27.39 14.01 48.84 -
YUV 94.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 175 36 188 0.07 0.81 0 0.26 294.87 0.68 0.44
Hex AF 24 BC 7 51 0 1A 127 44 2C
Octal 257 44 274 7 121 0 32 447 104 54
Binary 10101111 100100 10111100 111 1010001 0 11010 100100111 1000100 101100

Color Harmonies of #AF24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24BC

Black with #AF24BC

Text Example


Text Example

White with #AF24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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