Html Css Color HEX #AF24BB Dark Orchid

📋 copy color: '#AF24BB'

red 175 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #AF24BB

Tints of Dark Orchid #AF24BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 43.97%
G = 9.05%
B = 46.98%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF24BB (or 0xAF24BB) is known color: Dark Orchid. HEX triplet: AF, 24 and BB. RGB value is (175,36,187). Sum of RGB (Red+Green+Blue) = 175+36+187=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24BB is #50DB44. Grayscale: #5E5E5E. Windows color (decimal): -5299013 or 12264623. OLE color: 12264623.

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

Color convert

RGB 175 36 187 -
CMYK 0.06 0.81 0 0.27
HSL 295.23º 0.68% 0.44% -
HSV(B) 295.23º 0.81% 0.73% -
XYZ 27.28 13.96 48.27 -
YUV 94.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 175 36 187 0.06 0.81 0 0.27 295.23 0.68 0.44
Hex AF 24 BB 6 51 0 1B 127 44 2C
Octal 257 44 273 6 121 0 33 447 104 54
Binary 10101111 100100 10111011 110 1010001 0 11011 100100111 1000100 101100

Color Harmonies of #AF24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24BB

Black with #AF24BB

Text Example


Text Example

White with #AF24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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