Html Css Color HEX #A248AB Violet Blue

📋 copy color: '#A248AB'

red 162 ◦ green 72 ◦ blue 171

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

Shades of Violet Blue #A248AB

Tints of Violet Blue #A248AB

RGB

 RED value IS 162 (63.67% from 255) = 40%

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 40%
G = 17.78%
B = 42.22%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A248AB (or 0xA248AB) is known color: Violet Blue. HEX triplet: A2, 48 and AB. RGB value is (162,72,171). Sum of RGB (Red+Green+Blue) = 162+72+171=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A248AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A248AB is #5DB754. Grayscale: #6D6D6D. Windows color (decimal): -6141781 or 11225250. OLE color: 11225250.

HSL color Cylindrical-coordinate representation of color #A248AB: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A248AB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 72 171 -
CMYK 0.05 0.58 0 0.33
HSL 294.55º 0.41% 0.48% -
HSV(B) 294.55º 0.58% 0.67% -
XYZ 24.57 15.26 40.18 -
YUV 110.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 162 72 171 0.05 0.58 0 0.33 294.55 0.41 0.48
Hex A2 48 AB 5 3A 0 21 127 29 30
Octal 242 110 253 5 72 0 41 447 51 60
Binary 10100010 1001000 10101011 101 111010 0 100001 100100111 101001 110000

Color Harmonies of #A248AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248AB

Black with #A248AB

Text Example


Text Example

White with #A248AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248AB; }

 p { color: rgb(162,72,171); }

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

background-color css

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

 a { background-color: rgb(162,72,171); }

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

border-color css

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

 span { border-color: rgb(162,72,171); }

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