Html Css Color HEX #AF1AF9 Electric Purple

📋 copy color: '#AF1AF9'

red 175 ◦ green 26 ◦ blue 249

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

Shades of Electric Purple #AF1AF9

Tints of Electric Purple #AF1AF9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.78%

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

R = 38.89%
G = 5.78%
B = 55.33%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF1AF9 (or 0xAF1AF9) is known color: Electric Purple. HEX triplet: AF, 1A and F9. RGB value is (175,26,249). Sum of RGB (Red+Green+Blue) = 175+26+249=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF1AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AF9 is #50E506. Grayscale: #5F5F5F. Windows color (decimal): -5301511 or 16325295. OLE color: 16325295.

HSL color Cylindrical-coordinate representation of color #AF1AF9: hue angle of 280.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1AF9 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 26 249 -
CMYK 0.30 0.90 0 0.02
HSL 280.09º 0.95% 0.54% -
HSV(B) 280.09º 0.9% 0.98% -
XYZ 35.15 16.69 90.99 -
YUV 95.97 214.36 184.37 -
System Red Green Blue C M Y K H S L
Decimal 175 26 249 0.30 0.90 0 0.02 280.09 0.95 0.54
Hex AF 1A F9 1E 5A 0 2 118 5F 36
Octal 257 32 371 36 132 0 2 430 137 66
Binary 10101111 11010 11111001 11110 1011010 0 10 100011000 1011111 110110

Color Harmonies of #AF1AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AF9

Black with #AF1AF9

Text Example


Text Example

White with #AF1AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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