Html Css Color HEX #AF36E9 Dark Orchid

📋 copy color: '#AF36E9'

red 175 ◦ green 54 ◦ blue 233

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

Shades of Dark Orchid #AF36E9

Tints of Dark Orchid #AF36E9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.69%

 BLUE value IS 233 (91.41% from 255) = 50.43%

R = 37.88%
G = 11.69%
B = 50.43%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF36E9 (or 0xAF36E9) is known color: Dark Orchid. HEX triplet: AF, 36 and E9. RGB value is (175,54,233). Sum of RGB (Red+Green+Blue) = 175+54+233=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF36E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF36E9 is #50C916. Grayscale: #6D6D6D. Windows color (decimal): -5294359 or 15283887. OLE color: 15283887.

HSL color Cylindrical-coordinate representation of color #AF36E9: hue angle of 280.56º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF36E9 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 54 233 -
CMYK 0.25 0.77 0 0.09
HSL 280.56º 0.8% 0.56% -
HSV(B) 280.56º 0.77% 0.91% -
XYZ 33.71 17.64 78.72 -
YUV 110.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 175 54 233 0.25 0.77 0 0.09 280.56 0.8 0.56
Hex AF 36 E9 19 4D 0 9 119 50 38
Octal 257 66 351 31 115 0 11 431 120 70
Binary 10101111 110110 11101001 11001 1001101 0 1001 100011001 1010000 111000

Color Harmonies of #AF36E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36E9

Black with #AF36E9

Text Example


Text Example

White with #AF36E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36E9; }

 p { color: rgb(175,54,233); }

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

background-color css

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

 a { background-color: rgb(175,54,233); }

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

border-color css

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

 span { border-color: rgb(175,54,233); }

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