Html Css Color HEX #AF29EE Blue Violet

📋 copy color: '#AF29EE'

red 175 ◦ green 41 ◦ blue 238

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

Shades of Blue Violet #AF29EE

Tints of Blue Violet #AF29EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 38.55%
G = 9.03%
B = 52.42%

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

#AF29EE (or 0xAF29EE) is known color: Blue Violet. HEX triplet: AF, 29 and EE. RGB value is (175,41,238). Sum of RGB (Red+Green+Blue) = 175+41+238=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF29EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29EE is #50D611. Grayscale: #666666. Windows color (decimal): -5297682 or 15608239. OLE color: 15608239.

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

Color convert

RGB 175 41 238 -
CMYK 0.26 0.83 0 0.07
HSL 280.81º 0.85% 0.55% -
HSV(B) 280.81º 0.83% 0.93% -
XYZ 33.9 16.87 82.36 -
YUV 103.52 203.89 178.98 -
System Red Green Blue C M Y K H S L
Decimal 175 41 238 0.26 0.83 0 0.07 280.81 0.85 0.55
Hex AF 29 EE 1A 53 0 7 119 55 37
Octal 257 51 356 32 123 0 7 431 125 67
Binary 10101111 101001 11101110 11010 1010011 0 111 100011001 1010101 110111

Color Harmonies of #AF29EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29EE

Black with #AF29EE

Text Example


Text Example

White with #AF29EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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