Html Css Color HEX #AB42FD Blue Violet

📋 copy color: '#AB42FD'

red 171 ◦ green 66 ◦ blue 253

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

Shades of Blue Violet #AB42FD

Tints of Blue Violet #AB42FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 34.9%
G = 13.47%
B = 51.63%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB42FD (or 0xAB42FD) is known color: Blue Violet. HEX triplet: AB, 42 and FD. RGB value is (171,66,253). Sum of RGB (Red+Green+Blue) = 171+66+253=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42FD is #54BD02. Grayscale: #767676. Windows color (decimal): -5553411 or 16597675. OLE color: 16597675.

HSL color Cylindrical-coordinate representation of color #AB42FD: hue angle of 273.69º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB42FD is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 66 253 -
CMYK 0.32 0.74 0 0.01
HSL 273.69º 0.98% 0.63% -
HSV(B) 273.69º 0.74% 0.99% -
XYZ 36.47 19.65 94.8 -
YUV 118.71 203.79 165.29 -
System Red Green Blue C M Y K H S L
Decimal 171 66 253 0.32 0.74 0 0.01 273.69 0.98 0.63
Hex AB 42 FD 20 4A 0 1 112 62 3F
Octal 253 102 375 40 112 0 1 422 142 77
Binary 10101011 1000010 11111101 100000 1001010 0 1 100010010 1100010 111111

Color Harmonies of #AB42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42FD

Black with #AB42FD

Text Example


Text Example

White with #AB42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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