Html Css Color HEX #AB38F2 Blue Violet

📋 copy color: '#AB38F2'

red 171 ◦ green 56 ◦ blue 242

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

Shades of Blue Violet #AB38F2

Tints of Blue Violet #AB38F2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.94%

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

R = 36.46%
G = 11.94%
B = 51.6%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB38F2 (or 0xAB38F2) is known color: Blue Violet. HEX triplet: AB, 38 and F2. RGB value is (171,56,242). Sum of RGB (Red+Green+Blue) = 171+56+242=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB38F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB38F2 is #54C70D. Grayscale: #6E6E6E. Windows color (decimal): -5555982 or 15874219. OLE color: 15874219.

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

Color convert

RGB 171 56 242 -
CMYK 0.29 0.77 0 0.05
HSL 277.1º 0.88% 0.58% -
HSV(B) 277.1º 0.77% 0.95% -
XYZ 34.24 17.9 85.65 -
YUV 111.59 201.6 170.38 -
System Red Green Blue C M Y K H S L
Decimal 171 56 242 0.29 0.77 0 0.05 277.1 0.88 0.58
Hex AB 38 F2 1D 4D 0 5 115 58 3A
Octal 253 70 362 35 115 0 5 425 130 72
Binary 10101011 111000 11110010 11101 1001101 0 101 100010101 1011000 111010

Color Harmonies of #AB38F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38F2

Black with #AB38F2

Text Example


Text Example

White with #AB38F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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