Html Css Color HEX #AB36F2 Blue Violet

📋 copy color: '#AB36F2'

red 171 ◦ green 54 ◦ blue 242

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

Shades of Blue Violet #AB36F2

Tints of Blue Violet #AB36F2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.56%

 BLUE value IS 242 (94.92% from 255) = 51.82%

R = 36.62%
G = 11.56%
B = 51.82%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB36F2 (or 0xAB36F2) is known color: Blue Violet. HEX triplet: AB, 36 and F2. RGB value is (171,54,242). Sum of RGB (Red+Green+Blue) = 171+54+242=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB36F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB36F2 is #54C90D. Grayscale: #6D6D6D. Windows color (decimal): -5556494 or 15873707. OLE color: 15873707.

HSL color Cylindrical-coordinate representation of color #AB36F2: hue angle of 277.34º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB36F2 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 54 242 -
CMYK 0.29 0.78 0 0.05
HSL 277.34º 0.88% 0.58% -
HSV(B) 277.34º 0.78% 0.95% -
XYZ 34.14 17.71 85.62 -
YUV 110.42 202.26 171.21 -
System Red Green Blue C M Y K H S L
Decimal 171 54 242 0.29 0.78 0 0.05 277.34 0.88 0.58
Hex AB 36 F2 1D 4E 0 5 115 58 3A
Octal 253 66 362 35 116 0 5 425 130 72
Binary 10101011 110110 11110010 11101 1001110 0 101 100010101 1011000 111010

Color Harmonies of #AB36F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36F2

Black with #AB36F2

Text Example


Text Example

White with #AB36F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36F2; }

 p { color: rgb(171,54,242); }

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

background-color css

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

 a { background-color: rgb(171,54,242); }

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

border-color css

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

 span { border-color: rgb(171,54,242); }

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