Html Css Color HEX #AF28E9 Dark Orchid

📋 copy color: '#AF28E9'

red 175 ◦ green 40 ◦ blue 233

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

Shades of Dark Orchid #AF28E9

Tints of Dark Orchid #AF28E9

RGB

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

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

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

R = 39.06%
G = 8.93%
B = 52.01%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF28E9 (or 0xAF28E9) is known color: Dark Orchid. HEX triplet: AF, 28 and E9. RGB value is (175,40,233). Sum of RGB (Red+Green+Blue) = 175+40+233=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF28E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28E9 is #50D716. Grayscale: #656565. Windows color (decimal): -5297943 or 15280303. OLE color: 15280303.

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

Color convert

RGB 175 40 233 -
CMYK 0.25 0.83 0 0.09
HSL 281.97º 0.81% 0.54% -
HSV(B) 281.97º 0.83% 0.91% -
XYZ 33.15 16.51 78.53 -
YUV 102.37 201.73 179.81 -
System Red Green Blue C M Y K H S L
Decimal 175 40 233 0.25 0.83 0 0.09 281.97 0.81 0.54
Hex AF 28 E9 19 53 0 9 11A 51 36
Octal 257 50 351 31 123 0 11 432 121 66
Binary 10101111 101000 11101001 11001 1010011 0 1001 100011010 1010001 110110

Color Harmonies of #AF28E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28E9

Black with #AF28E9

Text Example


Text Example

White with #AF28E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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