Html Css Color HEX #A248A5 Violet Blue

📋 copy color: '#A248A5'

red 162 ◦ green 72 ◦ blue 165

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

Shades of Violet Blue #A248A5

Tints of Violet Blue #A248A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 40.6%
G = 18.05%
B = 41.35%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A248A5 (or 0xA248A5) is known color: Violet Blue. HEX triplet: A2, 48 and A5. RGB value is (162,72,165). Sum of RGB (Red+Green+Blue) = 162+72+165=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #A248A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A248A5 is #5DB75A. Grayscale: #6D6D6D. Windows color (decimal): -6141787 or 10832034. OLE color: 10832034.

HSL color Cylindrical-coordinate representation of color #A248A5: hue angle of 298.06º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A248A5 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 72 165 -
CMYK 0.02 0.56 0 0.35
HSL 298.06º 0.39% 0.46% -
HSV(B) 298.06º 0.56% 0.65% -
XYZ 24.01 15.03 37.23 -
YUV 109.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 162 72 165 0.02 0.56 0 0.35 298.06 0.39 0.46
Hex A2 48 A5 2 38 0 23 12A 27 2E
Octal 242 110 245 2 70 0 43 452 47 56
Binary 10100010 1001000 10100101 10 111000 0 100011 100101010 100111 101110

Color Harmonies of #A248A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248A5

Black with #A248A5

Text Example


Text Example

White with #A248A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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