Html Css Color HEX #AF1AFB Electric Purple

📋 copy color: '#AF1AFB'

red 175 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #AF1AFB

Tints of Electric Purple #AF1AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.75%

 BLUE value IS 251 (98.44% from 255) = 55.53%

R = 38.72%
G = 5.75%
B = 55.53%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF1AFB (or 0xAF1AFB) is known color: Electric Purple. HEX triplet: AF, 1A and FB. RGB value is (175,26,251). Sum of RGB (Red+Green+Blue) = 175+26+251=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF1AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AFB is #50E504. Grayscale: #5F5F5F. Windows color (decimal): -5301509 or 16456367. OLE color: 16456367.

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

Color convert

RGB 175 26 251 -
CMYK 0.30 0.90 0 0.02
HSL 279.73º 0.97% 0.54% -
HSV(B) 279.73º 0.9% 0.98% -
XYZ 35.46 16.82 92.64 -
YUV 96.2 215.36 184.2 -
System Red Green Blue C M Y K H S L
Decimal 175 26 251 0.30 0.90 0 0.02 279.73 0.97 0.54
Hex AF 1A FB 1E 5A 0 2 118 61 36
Octal 257 32 373 36 132 0 2 430 141 66
Binary 10101111 11010 11111011 11110 1011010 0 10 100011000 1100001 110110

Color Harmonies of #AF1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AFB

Black with #AF1AFB

Text Example


Text Example

White with #AF1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AFB; }

 p { color: rgb(175,26,251); }

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

background-color css

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

 a { background-color: rgb(175,26,251); }

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

border-color css

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

 span { border-color: rgb(175,26,251); }

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