Html Css Color HEX #AF00FA Electric Purple

📋 copy color: '#AF00FA'

red 175 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #AF00FA

Tints of Electric Purple #AF00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.18%
G = 0%
B = 58.82%

CMYK

 C value IS 0.3

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF00FA (or 0xAF00FA) is known color: Electric Purple. HEX triplet: AF, 00 and FA. RGB value is (175,0,250). Sum of RGB (Red+Green+Blue) = 175+0+250=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00FA is #50FF05. Grayscale: #505050. Windows color (decimal): -5308166 or 16384175. OLE color: 16384175.

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

Color convert

RGB 175 0 250 -
CMYK 0.3 1 0 0.02
HSL 282º 1% 0.49% -
HSV(B) 282º 1% 0.98% -
XYZ 34.93 16.02 91.69 -
YUV 80.83 223.48 195.17 -
System Red Green Blue C M Y K H S L
Decimal 175 0 250 0.3 1 0 0.02 282 1 0.49
Hex AF 0 FA 1E 64 0 2 11A 64 31
Octal 257 0 372 36 144 0 2 432 144 61
Binary 10101111 0 11111010 11110 1100100 0 10 100011010 1100100 110001

Color Harmonies of #AF00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00FA

Black with #AF00FA

Text Example


Text Example

White with #AF00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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