Html Css Color HEX #AF20FA Electric Purple

📋 copy color: '#AF20FA'

red 175 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #AF20FA

Tints of Electric Purple #AF20FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7%

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 38.29%
G = 7%
B = 54.7%

CMYK

 C value IS 0.3

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF20FA (or 0xAF20FA) is known color: Electric Purple. HEX triplet: AF, 20 and FA. RGB value is (175,32,250). Sum of RGB (Red+Green+Blue) = 175+32+250=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF20FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20FA is #50DF05. Grayscale: #626262. Windows color (decimal): -5299974 or 16392367. OLE color: 16392367.

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

Color convert

RGB 175 32 250 -
CMYK 0.3 0.87 0 0.02
HSL 279.36º 0.96% 0.55% -
HSV(B) 279.36º 0.87% 0.98% -
XYZ 35.45 17.05 91.86 -
YUV 99.61 212.88 181.77 -
System Red Green Blue C M Y K H S L
Decimal 175 32 250 0.3 0.87 0 0.02 279.36 0.96 0.55
Hex AF 20 FA 1E 57 0 2 117 60 37
Octal 257 40 372 36 127 0 2 427 140 67
Binary 10101111 100000 11111010 11110 1010111 0 10 100010111 1100000 110111

Color Harmonies of #AF20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20FA

Black with #AF20FA

Text Example


Text Example

White with #AF20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20FA; }

 p { color: rgb(175,32,250); }

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

background-color css

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

 a { background-color: rgb(175,32,250); }

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

border-color css

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

 span { border-color: rgb(175,32,250); }

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