Html Css Color HEX #AF1FFC Electric Purple

📋 copy color: '#AF1FFC'

red 175 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #AF1FFC

Tints of Electric Purple #AF1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.77%

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

R = 38.21%
G = 6.77%
B = 55.02%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF1FFC (or 0xAF1FFC) is known color: Electric Purple. HEX triplet: AF, 1F and FC. RGB value is (175,31,252). Sum of RGB (Red+Green+Blue) = 175+31+252=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF1FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1FFC is #50E003. Grayscale: #626262. Windows color (decimal): -5300228 or 16523183. OLE color: 16523183.

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

Color convert

RGB 175 31 252 -
CMYK 0.31 0.88 0 0.01
HSL 279.1º 0.97% 0.55% -
HSV(B) 279.1º 0.88% 0.99% -
XYZ 35.74 17.12 93.52 -
YUV 99.25 214.21 182.03 -
System Red Green Blue C M Y K H S L
Decimal 175 31 252 0.31 0.88 0 0.01 279.1 0.97 0.55
Hex AF 1F FC 1F 58 0 1 117 61 37
Octal 257 37 374 37 130 0 1 427 141 67
Binary 10101111 11111 11111100 11111 1011000 0 1 100010111 1100001 110111

Color Harmonies of #AF1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FFC

Black with #AF1FFC

Text Example


Text Example

White with #AF1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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