Html Css Color HEX #AF02FD Electric Purple

📋 copy color: '#AF02FD'

red 175 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #AF02FD

Tints of Electric Purple #AF02FD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 40.7%
G = 0.47%
B = 58.84%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF02FD (or 0xAF02FD) is known color: Electric Purple. HEX triplet: AF, 02 and FD. RGB value is (175,2,253). Sum of RGB (Red+Green+Blue) = 175+2+253=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF02FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF02FD is #50FD02. Grayscale: #515151. Windows color (decimal): -5307651 or 16581295. OLE color: 16581295.

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

Color convert

RGB 175 2 253 -
CMYK 0.31 0.99 0 0.01
HSL 281.35º 0.98% 0.5% -
HSV(B) 281.35º 0.99% 0.99% -
XYZ 35.43 16.25 94.2 -
YUV 82.34 224.31 194.09 -
System Red Green Blue C M Y K H S L
Decimal 175 2 253 0.31 0.99 0 0.01 281.35 0.98 0.5
Hex AF 2 FD 1F 63 0 1 119 62 32
Octal 257 2 375 37 143 0 1 431 142 62
Binary 10101111 10 11111101 11111 1100011 0 1 100011001 1100010 110010

Color Harmonies of #AF02FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02FD

Black with #AF02FD

Text Example


Text Example

White with #AF02FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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