Html Css Color HEX #AF29FB Electric Purple

📋 copy color: '#AF29FB'

red 175 ◦ green 41 ◦ blue 251

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

Shades of Electric Purple #AF29FB

Tints of Electric Purple #AF29FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 37.47%
G = 8.78%
B = 53.75%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF29FB (or 0xAF29FB) is known color: Electric Purple. HEX triplet: AF, 29 and FB. RGB value is (175,41,251). Sum of RGB (Red+Green+Blue) = 175+41+251=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF29FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29FB is #50D604. Grayscale: #686868. Windows color (decimal): -5297669 or 16460207. OLE color: 16460207.

HSL color Cylindrical-coordinate representation of color #AF29FB: hue angle of 278.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF29FB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 41 251 -
CMYK 0.30 0.84 0 0.02
HSL 278.29º 0.96% 0.57% -
HSV(B) 278.29º 0.84% 0.98% -
XYZ 35.88 17.66 92.79 -
YUV 105.01 210.39 177.92 -
System Red Green Blue C M Y K H S L
Decimal 175 41 251 0.30 0.84 0 0.02 278.29 0.96 0.57
Hex AF 29 FB 1E 54 0 2 116 60 39
Octal 257 51 373 36 124 0 2 426 140 71
Binary 10101111 101001 11111011 11110 1010100 0 10 100010110 1100000 111001

Color Harmonies of #AF29FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29FB

Black with #AF29FB

Text Example


Text Example

White with #AF29FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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