Html Css Color HEX #AF0CF9 Electric Purple

📋 copy color: '#AF0CF9'

red 175 ◦ green 12 ◦ blue 249

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

Shades of Electric Purple #AF0CF9

Tints of Electric Purple #AF0CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

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

R = 40.14%
G = 2.75%
B = 57.11%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF0CF9 (or 0xAF0CF9) is known color: Electric Purple. HEX triplet: AF, 0C and F9. RGB value is (175,12,249). Sum of RGB (Red+Green+Blue) = 175+12+249=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF0CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CF9 is #50F306. Grayscale: #565656. Windows color (decimal): -5305095 or 16321711. OLE color: 16321711.

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

Color convert

RGB 175 12 249 -
CMYK 0.30 0.95 0 0.02
HSL 281.27º 0.95% 0.51% -
HSV(B) 281.27º 0.95% 0.98% -
XYZ 34.91 16.22 90.91 -
YUV 87.76 219 190.23 -
System Red Green Blue C M Y K H S L
Decimal 175 12 249 0.30 0.95 0 0.02 281.27 0.95 0.51
Hex AF C F9 1E 5F 0 2 119 5F 33
Octal 257 14 371 36 137 0 2 431 137 63
Binary 10101111 1100 11111001 11110 1011111 0 10 100011001 1011111 110011

Color Harmonies of #AF0CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CF9

Black with #AF0CF9

Text Example


Text Example

White with #AF0CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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