Html Css Color HEX #AF1BFC Electric Purple

📋 copy color: '#AF1BFC'

red 175 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #AF1BFC

Tints of Electric Purple #AF1BFC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.95%

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

R = 38.55%
G = 5.95%
B = 55.51%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF1BFC (or 0xAF1BFC) is known color: Electric Purple. HEX triplet: AF, 1B and FC. RGB value is (175,27,252). Sum of RGB (Red+Green+Blue) = 175+27+252=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF1BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BFC is #50E403. Grayscale: #606060. Windows color (decimal): -5301252 or 16522159. OLE color: 16522159.

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

Color convert

RGB 175 27 252 -
CMYK 0.31 0.89 0 0.01
HSL 279.47º 0.97% 0.55% -
HSV(B) 279.47º 0.89% 0.99% -
XYZ 35.64 16.93 93.48 -
YUV 96.9 215.53 183.7 -
System Red Green Blue C M Y K H S L
Decimal 175 27 252 0.31 0.89 0 0.01 279.47 0.97 0.55
Hex AF 1B FC 1F 59 0 1 117 61 37
Octal 257 33 374 37 131 0 1 427 141 67
Binary 10101111 11011 11111100 11111 1011001 0 1 100010111 1100001 110111

Color Harmonies of #AF1BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BFC

Black with #AF1BFC

Text Example


Text Example

White with #AF1BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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