Html Css Color HEX #AF24FA Electric Purple

📋 copy color: '#AF24FA'

red 175 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #AF24FA

Tints of Electric Purple #AF24FA

RGB

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

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

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

R = 37.96%
G = 7.81%
B = 54.23%

CMYK

 C value IS 0.3

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF24FA (or 0xAF24FA) is known color: Electric Purple. HEX triplet: AF, 24 and FA. RGB value is (175,36,250). Sum of RGB (Red+Green+Blue) = 175+36+250=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF24FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24FA is #50DB05. Grayscale: #656565. Windows color (decimal): -5298950 or 16393391. OLE color: 16393391.

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

Color convert

RGB 175 36 250 -
CMYK 0.3 0.86 0 0.02
HSL 278.97º 0.96% 0.56% -
HSV(B) 278.97º 0.86% 0.98% -
XYZ 35.57 17.28 91.9 -
YUV 101.96 211.55 180.1 -
System Red Green Blue C M Y K H S L
Decimal 175 36 250 0.3 0.86 0 0.02 278.97 0.96 0.56
Hex AF 24 FA 1E 56 0 2 117 60 38
Octal 257 44 372 36 126 0 2 427 140 70
Binary 10101111 100100 11111010 11110 1010110 0 10 100010111 1100000 111000

Color Harmonies of #AF24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24FA

Black with #AF24FA

Text Example


Text Example

White with #AF24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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