Html Css Color HEX #AF28EC Dark Orchid

📋 copy color: '#AF28EC'

red 175 ◦ green 40 ◦ blue 236

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

Shades of Dark Orchid #AF28EC

Tints of Dark Orchid #AF28EC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.87%

 BLUE value IS 236 (92.58% from 255) = 52.33%

R = 38.8%
G = 8.87%
B = 52.33%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF28EC (or 0xAF28EC) is known color: Dark Orchid. HEX triplet: AF, 28 and EC. RGB value is (175,40,236). Sum of RGB (Red+Green+Blue) = 175+40+236=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF28EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28EC is #50D713. Grayscale: #666666. Windows color (decimal): -5297940 or 15476911. OLE color: 15476911.

HSL color Cylindrical-coordinate representation of color #AF28EC: hue angle of 281.33º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF28EC is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 40 236 -
CMYK 0.26 0.83 0 0.07
HSL 281.33º 0.84% 0.54% -
HSV(B) 281.33º 0.83% 0.93% -
XYZ 33.58 16.69 80.81 -
YUV 102.71 203.23 179.56 -
System Red Green Blue C M Y K H S L
Decimal 175 40 236 0.26 0.83 0 0.07 281.33 0.84 0.54
Hex AF 28 EC 1A 53 0 7 119 54 36
Octal 257 50 354 32 123 0 7 431 124 66
Binary 10101111 101000 11101100 11010 1010011 0 111 100011001 1010100 110110

Color Harmonies of #AF28EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28EC

Black with #AF28EC

Text Example


Text Example

White with #AF28EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28EC; }

 p { color: rgb(175,40,236); }

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

background-color css

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

 a { background-color: rgb(175,40,236); }

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

border-color css

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

 span { border-color: rgb(175,40,236); }

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