Html Css Color HEX #AF0DFF Electric Purple

📋 copy color: '#AF0DFF'

red 175 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #AF0DFF

Tints of Electric Purple #AF0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.93%

 BLUE value IS 255 (100% from 255) = 57.56%

R = 39.5%
G = 2.93%
B = 57.56%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF0DFF (or 0xAF0DFF) is known color: Electric Purple. HEX triplet: AF, 0D and FF. RGB value is (175,13,255). Sum of RGB (Red+Green+Blue) = 175+13+255=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0DFF is #50F200. Grayscale: #585858. Windows color (decimal): -5304833 or 16715183. OLE color: 16715183.

HSL color Cylindrical-coordinate representation of color #AF0DFF: hue angle of 280.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0DFF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 13 255 -
CMYK 0.31 0.95 0 0
HSL 280.17º 1% 0.53% -
HSV(B) 280.17º 0.95% 1% -
XYZ 35.87 16.62 95.93 -
YUV 89.03 221.67 189.32 -
System Red Green Blue C M Y K H S L
Decimal 175 13 255 0.31 0.95 0 0 280.17 1 0.53
Hex AF D FF 1F 5F 0 0 118 64 35
Octal 257 15 377 37 137 0 0 430 144 65
Binary 10101111 1101 11111111 11111 1011111 0 0 100011000 1100100 110101

Color Harmonies of #AF0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0DFF

Black with #AF0DFF

Text Example


Text Example

White with #AF0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0DFF; }

 p { color: rgb(175,13,255); }

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

background-color css

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

 a { background-color: rgb(175,13,255); }

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

border-color css

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

 span { border-color: rgb(175,13,255); }

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