Html Css Color HEX #AF29F5 Blue Violet

📋 copy color: '#AF29F5'

red 175 ◦ green 41 ◦ blue 245

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

Shades of Blue Violet #AF29F5

Tints of Blue Violet #AF29F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.15%

R = 37.96%
G = 8.89%
B = 53.15%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF29F5 (or 0xAF29F5) is known color: Blue Violet. HEX triplet: AF, 29 and F5. RGB value is (175,41,245). Sum of RGB (Red+Green+Blue) = 175+41+245=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 245 (96.09% from 255 or 53.15% from 461); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF29F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29F5 is #50D60A. Grayscale: #676767. Windows color (decimal): -5297675 or 16066991. OLE color: 16066991.

HSL color Cylindrical-coordinate representation of color #AF29F5: hue angle of 279.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF29F5 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 41 245 -
CMYK 0.29 0.83 0 0.04
HSL 279.41º 0.91% 0.56% -
HSV(B) 279.41º 0.83% 0.96% -
XYZ 34.95 17.29 87.88 -
YUV 104.32 207.39 178.41 -
System Red Green Blue C M Y K H S L
Decimal 175 41 245 0.29 0.83 0 0.04 279.41 0.91 0.56
Hex AF 29 F5 1D 53 0 4 117 5B 38
Octal 257 51 365 35 123 0 4 427 133 70
Binary 10101111 101001 11110101 11101 1010011 0 100 100010111 1011011 111000

Color Harmonies of #AF29F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29F5

Black with #AF29F5

Text Example


Text Example

White with #AF29F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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