Html Css Color HEX #AF29EB Dark Orchid

📋 copy color: '#AF29EB'

red 175 ◦ green 41 ◦ blue 235

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

Shades of Dark Orchid #AF29EB

Tints of Dark Orchid #AF29EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.09%

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

R = 38.8%
G = 9.09%
B = 52.11%

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

#AF29EB (or 0xAF29EB) is known color: Dark Orchid. HEX triplet: AF, 29 and EB. RGB value is (175,41,235). Sum of RGB (Red+Green+Blue) = 175+41+235=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF29EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29EB is #50D614. Grayscale: #666666. Windows color (decimal): -5297685 or 15411631. OLE color: 15411631.

HSL color Cylindrical-coordinate representation of color #AF29EB: hue angle of 281.44º 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 #AF29EB is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 41 235 -
CMYK 0.26 0.83 0 0.08
HSL 281.44º 0.83% 0.54% -
HSV(B) 281.44º 0.83% 0.92% -
XYZ 33.47 16.7 80.06 -
YUV 103.18 202.39 179.23 -
System Red Green Blue C M Y K H S L
Decimal 175 41 235 0.26 0.83 0 0.08 281.44 0.83 0.54
Hex AF 29 EB 1A 53 0 8 119 53 36
Octal 257 51 353 32 123 0 10 431 123 66
Binary 10101111 101001 11101011 11010 1010011 0 1000 100011001 1010011 110110

Color Harmonies of #AF29EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29EB

Black with #AF29EB

Text Example


Text Example

White with #AF29EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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