Html Css Color HEX #AF25FA Electric Purple

📋 copy color: '#AF25FA'

red 175 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #AF25FA

Tints of Electric Purple #AF25FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.01%

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

R = 37.88%
G = 8.01%
B = 54.11%

CMYK

 C value IS 0.3

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF25FA (or 0xAF25FA) is known color: Electric Purple. HEX triplet: AF, 25 and FA. RGB value is (175,37,250). Sum of RGB (Red+Green+Blue) = 175+37+250=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF25FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25FA is #50DA05. Grayscale: #656565. Windows color (decimal): -5298694 or 16393647. OLE color: 16393647.

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

Color convert

RGB 175 37 250 -
CMYK 0.3 0.85 0 0.02
HSL 278.87º 0.96% 0.56% -
HSV(B) 278.87º 0.85% 0.98% -
XYZ 35.6 17.34 91.91 -
YUV 102.54 211.22 179.68 -
System Red Green Blue C M Y K H S L
Decimal 175 37 250 0.3 0.85 0 0.02 278.87 0.96 0.56
Hex AF 25 FA 1E 55 0 2 117 60 38
Octal 257 45 372 36 125 0 2 427 140 70
Binary 10101111 100101 11111010 11110 1010101 0 10 100010111 1100000 111000

Color Harmonies of #AF25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25FA

Black with #AF25FA

Text Example


Text Example

White with #AF25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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