Html Css Color HEX #AF25F9 Electric Purple

📋 copy color: '#AF25F9'

red 175 ◦ green 37 ◦ blue 249

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

Shades of Electric Purple #AF25F9

Tints of Electric Purple #AF25F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.01%

R = 37.96%
G = 8.03%
B = 54.01%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF25F9 (or 0xAF25F9) is known color: Electric Purple. HEX triplet: AF, 25 and F9. RGB value is (175,37,249). Sum of RGB (Red+Green+Blue) = 175+37+249=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF25F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25F9 is #50DA06. Grayscale: #656565. Windows color (decimal): -5298695 or 16328111. OLE color: 16328111.

HSL color Cylindrical-coordinate representation of color #AF25F9: hue angle of 279.06º degrees, saturation: 0.95, 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 #AF25F9 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 37 249 -
CMYK 0.30 0.85 0 0.02
HSL 279.06º 0.95% 0.56% -
HSV(B) 279.06º 0.85% 0.98% -
XYZ 35.44 17.28 91.09 -
YUV 102.43 210.72 179.76 -
System Red Green Blue C M Y K H S L
Decimal 175 37 249 0.30 0.85 0 0.02 279.06 0.95 0.56
Hex AF 25 F9 1E 55 0 2 117 5F 38
Octal 257 45 371 36 125 0 2 427 137 70
Binary 10101111 100101 11111001 11110 1010101 0 10 100010111 1011111 111000

Color Harmonies of #AF25F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25F9

Black with #AF25F9

Text Example


Text Example

White with #AF25F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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