Html Css Color HEX #AF28FA Electric Purple

📋 copy color: '#AF28FA'

red 175 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #AF28FA

Tints of Electric Purple #AF28FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.6%

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

R = 37.63%
G = 8.6%
B = 53.76%

CMYK

 C value IS 0.3

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF28FA (or 0xAF28FA) is known color: Electric Purple. HEX triplet: AF, 28 and FA. RGB value is (175,40,250). Sum of RGB (Red+Green+Blue) = 175+40+250=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF28FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28FA is #50D705. Grayscale: #676767. Windows color (decimal): -5297926 or 16394415. OLE color: 16394415.

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

Color convert

RGB 175 40 250 -
CMYK 0.3 0.84 0 0.02
HSL 278.57º 0.95% 0.57% -
HSV(B) 278.57º 0.84% 0.98% -
XYZ 35.69 17.53 91.95 -
YUV 104.31 210.23 178.42 -
System Red Green Blue C M Y K H S L
Decimal 175 40 250 0.3 0.84 0 0.02 278.57 0.95 0.57
Hex AF 28 FA 1E 54 0 2 117 5F 39
Octal 257 50 372 36 124 0 2 427 137 71
Binary 10101111 101000 11111010 11110 1010100 0 10 100010111 1011111 111001

Color Harmonies of #AF28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28FA

Black with #AF28FA

Text Example


Text Example

White with #AF28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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