Html Css Color HEX #AB32F2 Blue Violet

📋 copy color: '#AB32F2'

red 171 ◦ green 50 ◦ blue 242

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

Shades of Blue Violet #AB32F2

Tints of Blue Violet #AB32F2

RGB

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

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

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

R = 36.93%
G = 10.8%
B = 52.27%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB32F2 (or 0xAB32F2) is known color: Blue Violet. HEX triplet: AB, 32 and F2. RGB value is (171,50,242). Sum of RGB (Red+Green+Blue) = 171+50+242=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB32F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB32F2 is #54CD0D. Grayscale: #6B6B6B. Windows color (decimal): -5557518 or 15872683. OLE color: 15872683.

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

Color convert

RGB 171 50 242 -
CMYK 0.29 0.79 0 0.05
HSL 277.81º 0.88% 0.57% -
HSV(B) 277.81º 0.79% 0.95% -
XYZ 33.96 17.35 85.56 -
YUV 108.07 203.59 172.89 -
System Red Green Blue C M Y K H S L
Decimal 171 50 242 0.29 0.79 0 0.05 277.81 0.88 0.57
Hex AB 32 F2 1D 4F 0 5 116 58 39
Octal 253 62 362 35 117 0 5 426 130 71
Binary 10101011 110010 11110010 11101 1001111 0 101 100010110 1011000 111001

Color Harmonies of #AB32F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32F2

Black with #AB32F2

Text Example


Text Example

White with #AB32F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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