Html Css Color HEX #AB42FA Blue Violet

📋 copy color: '#AB42FA'

red 171 ◦ green 66 ◦ blue 250

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

Shades of Blue Violet #AB42FA

Tints of Blue Violet #AB42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 35.11%
G = 13.55%
B = 51.33%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB42FA (or 0xAB42FA) is known color: Blue Violet. HEX triplet: AB, 42 and FA. RGB value is (171,66,250). Sum of RGB (Red+Green+Blue) = 171+66+250=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB42FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42FA is #54BD05. Grayscale: #757575. Windows color (decimal): -5553414 or 16401067. OLE color: 16401067.

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

Color convert

RGB 171 66 250 -
CMYK 0.32 0.74 0 0.02
HSL 274.24º 0.95% 0.62% -
HSV(B) 274.24º 0.74% 0.98% -
XYZ 36 19.46 92.3 -
YUV 118.37 202.29 165.54 -
System Red Green Blue C M Y K H S L
Decimal 171 66 250 0.32 0.74 0 0.02 274.24 0.95 0.62
Hex AB 42 FA 20 4A 0 2 112 5F 3E
Octal 253 102 372 40 112 0 2 422 137 76
Binary 10101011 1000010 11111010 100000 1001010 0 10 100010010 1011111 111110

Color Harmonies of #AB42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42FA

Black with #AB42FA

Text Example


Text Example

White with #AB42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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