Html Css Color HEX #A248AF Deep Lilac

📋 copy color: '#A248AF'

red 162 ◦ green 72 ◦ blue 175

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

Shades of Deep Lilac #A248AF

Tints of Deep Lilac #A248AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 39.61%
G = 17.6%
B = 42.79%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A248AF (or 0xA248AF) is known color: Deep Lilac. HEX triplet: A2, 48 and AF. RGB value is (162,72,175). Sum of RGB (Red+Green+Blue) = 162+72+175=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #A248AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A248AF is #5DB750. Grayscale: #6E6E6E. Windows color (decimal): -6141777 or 11487394. OLE color: 11487394.

HSL color Cylindrical-coordinate representation of color #A248AF: hue angle of 292.43º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A248AF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 72 175 -
CMYK 0.07 0.59 0 0.31
HSL 292.43º 0.42% 0.48% -
HSV(B) 292.43º 0.59% 0.69% -
XYZ 24.96 15.41 42.22 -
YUV 110.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 162 72 175 0.07 0.59 0 0.31 292.43 0.42 0.48
Hex A2 48 AF 7 3B 0 1F 124 2A 30
Octal 242 110 257 7 73 0 37 444 52 60
Binary 10100010 1001000 10101111 111 111011 0 11111 100100100 101010 110000

Color Harmonies of #A248AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248AF

Black with #A248AF

Text Example


Text Example

White with #A248AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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