Html Css Color HEX #AF28EB Dark Orchid

📋 copy color: '#AF28EB'

red 175 ◦ green 40 ◦ blue 235

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

Shades of Dark Orchid #AF28EB

Tints of Dark Orchid #AF28EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 38.89%
G = 8.89%
B = 52.22%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF28EB (or 0xAF28EB) is known color: Dark Orchid. HEX triplet: AF, 28 and EB. RGB value is (175,40,235). Sum of RGB (Red+Green+Blue) = 175+40+235=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF28EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28EB is #50D714. Grayscale: #656565. Windows color (decimal): -5297941 or 15411375. OLE color: 15411375.

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

Color convert

RGB 175 40 235 -
CMYK 0.26 0.83 0 0.08
HSL 281.54º 0.83% 0.54% -
HSV(B) 281.54º 0.83% 0.92% -
XYZ 33.43 16.63 80.04 -
YUV 102.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 175 40 235 0.26 0.83 0 0.08 281.54 0.83 0.54
Hex AF 28 EB 1A 53 0 8 11A 53 36
Octal 257 50 353 32 123 0 10 432 123 66
Binary 10101111 101000 11101011 11010 1010011 0 1000 100011010 1010011 110110

Color Harmonies of #AF28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28EB

Black with #AF28EB

Text Example


Text Example

White with #AF28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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