Html Css Color HEX #AF0DFC Electric Purple

📋 copy color: '#AF0DFC'

red 175 ◦ green 13 ◦ blue 252

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

Shades of Electric Purple #AF0DFC

Tints of Electric Purple #AF0DFC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

 BLUE value IS 252 (98.83% from 255) = 57.27%

R = 39.77%
G = 2.95%
B = 57.27%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF0DFC (or 0xAF0DFC) is known color: Electric Purple. HEX triplet: AF, 0D and FC. RGB value is (175,13,252). Sum of RGB (Red+Green+Blue) = 175+13+252=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF0DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0DFC is #50F203. Grayscale: #575757. Windows color (decimal): -5304836 or 16518575. OLE color: 16518575.

HSL color Cylindrical-coordinate representation of color #AF0DFC: hue angle of 280.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0DFC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 13 252 -
CMYK 0.31 0.95 0 0.01
HSL 280.67º 0.98% 0.52% -
HSV(B) 280.67º 0.95% 0.99% -
XYZ 35.39 16.43 93.4 -
YUV 88.68 220.17 189.57 -
System Red Green Blue C M Y K H S L
Decimal 175 13 252 0.31 0.95 0 0.01 280.67 0.98 0.52
Hex AF D FC 1F 5F 0 1 119 62 34
Octal 257 15 374 37 137 0 1 431 142 64
Binary 10101111 1101 11111100 11111 1011111 0 1 100011001 1100010 110100

Color Harmonies of #AF0DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0DFC

Black with #AF0DFC

Text Example


Text Example

White with #AF0DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0DFC; }

 p { color: rgb(175,13,252); }

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

background-color css

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

 a { background-color: rgb(175,13,252); }

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

border-color css

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

 span { border-color: rgb(175,13,252); }

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