Html Css Color HEX #AF1BFF Electric Purple

📋 copy color: '#AF1BFF'

red 175 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #AF1BFF

Tints of Electric Purple #AF1BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.8%

R = 38.29%
G = 5.91%
B = 55.8%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF1BFF (or 0xAF1BFF) is known color: Electric Purple. HEX triplet: AF, 1B and FF. RGB value is (175,27,255). Sum of RGB (Red+Green+Blue) = 175+27+255=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF1BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BFF is #50E400. Grayscale: #606060. Windows color (decimal): -5301249 or 16718767. OLE color: 16718767.

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

Color convert

RGB 175 27 255 -
CMYK 0.31 0.89 0 0
HSL 278.95º 1% 0.55% -
HSV(B) 278.95º 0.89% 1% -
XYZ 36.12 17.12 96.01 -
YUV 97.24 217.03 183.46 -
System Red Green Blue C M Y K H S L
Decimal 175 27 255 0.31 0.89 0 0 278.95 1 0.55
Hex AF 1B FF 1F 59 0 0 117 64 37
Octal 257 33 377 37 131 0 0 427 144 67
Binary 10101111 11011 11111111 11111 1011001 0 0 100010111 1100100 110111

Color Harmonies of #AF1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BFF

Black with #AF1BFF

Text Example


Text Example

White with #AF1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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