Html Css Color HEX #AF24F7 Electric Purple

📋 copy color: '#AF24F7'

red 175 ◦ green 36 ◦ blue 247

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

Shades of Electric Purple #AF24F7

Tints of Electric Purple #AF24F7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.86%

 BLUE value IS 247 (96.88% from 255) = 53.93%

R = 38.21%
G = 7.86%
B = 53.93%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF24F7 (or 0xAF24F7) is known color: Electric Purple. HEX triplet: AF, 24 and F7. RGB value is (175,36,247). Sum of RGB (Red+Green+Blue) = 175+36+247=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF24F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24F7 is #50DB08. Grayscale: #646464. Windows color (decimal): -5298953 or 16196783. OLE color: 16196783.

HSL color Cylindrical-coordinate representation of color #AF24F7: hue angle of 279.53º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF24F7 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 36 247 -
CMYK 0.29 0.85 0 0.03
HSL 279.53º 0.93% 0.55% -
HSV(B) 279.53º 0.85% 0.97% -
XYZ 35.1 17.09 89.44 -
YUV 101.62 210.05 180.34 -
System Red Green Blue C M Y K H S L
Decimal 175 36 247 0.29 0.85 0 0.03 279.53 0.93 0.55
Hex AF 24 F7 1D 55 0 3 118 5D 37
Octal 257 44 367 35 125 0 3 430 135 67
Binary 10101111 100100 11110111 11101 1010101 0 11 100011000 1011101 110111

Color Harmonies of #AF24F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24F7

Black with #AF24F7

Text Example


Text Example

White with #AF24F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24F7; }

 p { color: rgb(175,36,247); }

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

background-color css

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

 a { background-color: rgb(175,36,247); }

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

border-color css

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

 span { border-color: rgb(175,36,247); }

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