Html Css Color HEX #AF20EA Dark Orchid

📋 copy color: '#AF20EA'

red 175 ◦ green 32 ◦ blue 234

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

Shades of Dark Orchid #AF20EA

Tints of Dark Orchid #AF20EA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.26%

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

R = 39.68%
G = 7.26%
B = 53.06%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF20EA (or 0xAF20EA) is known color: Dark Orchid. HEX triplet: AF, 20 and EA. RGB value is (175,32,234). Sum of RGB (Red+Green+Blue) = 175+32+234=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF20EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20EA is #50DF15. Grayscale: #616161. Windows color (decimal): -5299990 or 15343791. OLE color: 15343791.

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

Color convert

RGB 175 32 234 -
CMYK 0.25 0.86 0 0.08
HSL 282.48º 0.83% 0.52% -
HSV(B) 282.48º 0.86% 0.92% -
XYZ 33.05 16.09 79.21 -
YUV 97.79 204.88 183.07 -
System Red Green Blue C M Y K H S L
Decimal 175 32 234 0.25 0.86 0 0.08 282.48 0.83 0.52
Hex AF 20 EA 19 56 0 8 11A 53 34
Octal 257 40 352 31 126 0 10 432 123 64
Binary 10101111 100000 11101010 11001 1010110 0 1000 100011010 1010011 110100

Color Harmonies of #AF20EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20EA

Black with #AF20EA

Text Example


Text Example

White with #AF20EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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