Html Css Color HEX #AB42F5 Blue Violet

📋 copy color: '#AB42F5'

red 171 ◦ green 66 ◦ blue 245

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

Shades of Blue Violet #AB42F5

Tints of Blue Violet #AB42F5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.69%

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 35.48%
G = 13.69%
B = 50.83%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB42F5 (or 0xAB42F5) is known color: Blue Violet. HEX triplet: AB, 42 and F5. RGB value is (171,66,245). Sum of RGB (Red+Green+Blue) = 171+66+245=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB42F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42F5 is #54BD0A. Grayscale: #757575. Windows color (decimal): -5553419 or 16073387. OLE color: 16073387.

HSL color Cylindrical-coordinate representation of color #AB42F5: hue angle of 275.2º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB42F5 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 66 245 -
CMYK 0.30 0.73 0 0.04
HSL 275.2º 0.9% 0.61% -
HSV(B) 275.2º 0.73% 0.96% -
XYZ 35.22 19.15 88.23 -
YUV 117.8 199.79 165.95 -
System Red Green Blue C M Y K H S L
Decimal 171 66 245 0.30 0.73 0 0.04 275.2 0.9 0.61
Hex AB 42 F5 1E 49 0 4 113 5A 3D
Octal 253 102 365 36 111 0 4 423 132 75
Binary 10101011 1000010 11110101 11110 1001001 0 100 100010011 1011010 111101

Color Harmonies of #AB42F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42F5

Black with #AB42F5

Text Example


Text Example

White with #AB42F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42F5; }

 p { color: rgb(171,66,245); }

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

background-color css

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

 a { background-color: rgb(171,66,245); }

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

border-color css

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

 span { border-color: rgb(171,66,245); }

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