Html Css Color HEX #AF0FFD Electric Purple

📋 copy color: '#AF0FFD'

red 175 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #AF0FFD

Tints of Electric Purple #AF0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 39.5%
G = 3.39%
B = 57.11%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF0FFD (or 0xAF0FFD) is known color: Electric Purple. HEX triplet: AF, 0F and FD. RGB value is (175,15,253). Sum of RGB (Red+Green+Blue) = 175+15+253=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FFD is #50F002. Grayscale: #595959. Windows color (decimal): -5304323 or 16584623. OLE color: 16584623.

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

Color convert

RGB 175 15 253 -
CMYK 0.31 0.94 0 0.01
HSL 280.34º 0.98% 0.53% -
HSV(B) 280.34º 0.94% 0.99% -
XYZ 35.58 16.55 94.25 -
YUV 89.97 220.01 188.65 -
System Red Green Blue C M Y K H S L
Decimal 175 15 253 0.31 0.94 0 0.01 280.34 0.98 0.53
Hex AF F FD 1F 5E 0 1 118 62 35
Octal 257 17 375 37 136 0 1 430 142 65
Binary 10101111 1111 11111101 11111 1011110 0 1 100011000 1100010 110101

Color Harmonies of #AF0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FFD

Black with #AF0FFD

Text Example


Text Example

White with #AF0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FFD; }

 p { color: rgb(175,15,253); }

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

background-color css

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

 a { background-color: rgb(175,15,253); }

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

border-color css

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

 span { border-color: rgb(175,15,253); }

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