Html Css Color HEX #AB32FA Blue Violet

📋 copy color: '#AB32FA'

red 171 ◦ green 50 ◦ blue 250

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

Shades of Blue Violet #AB32FA

Tints of Blue Violet #AB32FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.62%

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

R = 36.31%
G = 10.62%
B = 53.08%

CMYK

 C value IS 0.32

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB32FA (or 0xAB32FA) is known color: Blue Violet. HEX triplet: AB, 32 and FA. RGB value is (171,50,250). Sum of RGB (Red+Green+Blue) = 171+50+250=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB32FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB32FA is #54CD05. Grayscale: #6C6C6C. Windows color (decimal): -5557510 or 16396971. OLE color: 16396971.

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

Color convert

RGB 171 50 250 -
CMYK 0.32 0.8 0 0.02
HSL 276.3º 0.95% 0.59% -
HSV(B) 276.3º 0.8% 0.98% -
XYZ 35.19 17.84 92.03 -
YUV 108.98 207.59 172.24 -
System Red Green Blue C M Y K H S L
Decimal 171 50 250 0.32 0.8 0 0.02 276.3 0.95 0.59
Hex AB 32 FA 20 50 0 2 114 5F 3B
Octal 253 62 372 40 120 0 2 424 137 73
Binary 10101011 110010 11111010 100000 1010000 0 10 100010100 1011111 111011

Color Harmonies of #AB32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32FA

Black with #AB32FA

Text Example


Text Example

White with #AB32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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