Html Css Color HEX #AF36EA Dark Orchid

📋 copy color: '#AF36EA'

red 175 ◦ green 54 ◦ blue 234

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

Shades of Dark Orchid #AF36EA

Tints of Dark Orchid #AF36EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 37.8%
G = 11.66%
B = 50.54%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF36EA (or 0xAF36EA) is known color: Dark Orchid. HEX triplet: AF, 36 and EA. RGB value is (175,54,234). Sum of RGB (Red+Green+Blue) = 175+54+234=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF36EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF36EA is #50C915. Grayscale: #6E6E6E. Windows color (decimal): -5294358 or 15349423. OLE color: 15349423.

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

Color convert

RGB 175 54 234 -
CMYK 0.25 0.77 0 0.08
HSL 280.33º 0.81% 0.56% -
HSV(B) 280.33º 0.77% 0.92% -
XYZ 33.85 17.69 79.47 -
YUV 110.7 197.59 173.86 -
System Red Green Blue C M Y K H S L
Decimal 175 54 234 0.25 0.77 0 0.08 280.33 0.81 0.56
Hex AF 36 EA 19 4D 0 8 118 51 38
Octal 257 66 352 31 115 0 10 430 121 70
Binary 10101111 110110 11101010 11001 1001101 0 1000 100011000 1010001 111000

Color Harmonies of #AF36EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36EA

Black with #AF36EA

Text Example


Text Example

White with #AF36EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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