Html Css Color HEX #AB1FEA Blue Violet

📋 copy color: '#AB1FEA'

red 171 ◦ green 31 ◦ blue 234

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

Shades of Blue Violet #AB1FEA

Tints of Blue Violet #AB1FEA

RGB

 RED value IS 171 (67.19% from 255) = 39.22%

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 39.22%
G = 7.11%
B = 53.67%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB1FEA (or 0xAB1FEA) is known color: Blue Violet. HEX triplet: AB, 1F and EA. RGB value is (171,31,234). Sum of RGB (Red+Green+Blue) = 171+31+234=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB1FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1FEA is #54E015. Grayscale: #5F5F5F. Windows color (decimal): -5562390 or 15343531. OLE color: 15343531.

HSL color Cylindrical-coordinate representation of color #AB1FEA: hue angle of 281.38º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1FEA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 31 234 -
CMYK 0.27 0.87 0 0.08
HSL 281.38º 0.83% 0.52% -
HSV(B) 281.38º 0.87% 0.92% -
XYZ 32.14 15.58 79.16 -
YUV 96 205.88 181.49 -
System Red Green Blue C M Y K H S L
Decimal 171 31 234 0.27 0.87 0 0.08 281.38 0.83 0.52
Hex AB 1F EA 1B 57 0 8 119 53 34
Octal 253 37 352 33 127 0 10 431 123 64
Binary 10101011 11111 11101010 11011 1010111 0 1000 100011001 1010011 110100

Color Harmonies of #AB1FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FEA

Black with #AB1FEA

Text Example


Text Example

White with #AB1FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FEA; }

 p { color: rgb(171,31,234); }

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

background-color css

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

 a { background-color: rgb(171,31,234); }

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

border-color css

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

 span { border-color: rgb(171,31,234); }

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