Html Css Color HEX #AF25FD Electric Purple

📋 copy color: '#AF25FD'

red 175 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #AF25FD

Tints of Electric Purple #AF25FD

RGB

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

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

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

R = 37.63%
G = 7.96%
B = 54.41%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF25FD (or 0xAF25FD) is known color: Electric Purple. HEX triplet: AF, 25 and FD. RGB value is (175,37,253). Sum of RGB (Red+Green+Blue) = 175+37+253=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF25FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25FD is #50DA02. Grayscale: #666666. Windows color (decimal): -5298691 or 16590255. OLE color: 16590255.

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

Color convert

RGB 175 37 253 -
CMYK 0.31 0.85 0 0.01
HSL 278.33º 0.98% 0.57% -
HSV(B) 278.33º 0.85% 0.99% -
XYZ 36.07 17.53 94.41 -
YUV 102.89 212.72 179.44 -
System Red Green Blue C M Y K H S L
Decimal 175 37 253 0.31 0.85 0 0.01 278.33 0.98 0.57
Hex AF 25 FD 1F 55 0 1 116 62 39
Octal 257 45 375 37 125 0 1 426 142 71
Binary 10101111 100101 11111101 11111 1010101 0 1 100010110 1100010 111001

Color Harmonies of #AF25FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25FD

Black with #AF25FD

Text Example


Text Example

White with #AF25FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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