Html Css Color HEX #A358CA Deep Lilac

📋 copy color: '#A358CA'

red 163 ◦ green 88 ◦ blue 202

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

Shades of Deep Lilac #A358CA

Tints of Deep Lilac #A358CA

RGB

 RED value IS 163 (64.06% from 255) = 35.98%

 GREEN value IS 88 (34.77% from 255) = 19.43%

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 35.98%
G = 19.43%
B = 44.59%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A358CA (or 0xA358CA) is known color: Deep Lilac. HEX triplet: A3, 58 and CA. RGB value is (163,88,202). Sum of RGB (Red+Green+Blue) = 163+88+202=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #A358CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358CA is #5CA735. Grayscale: #7B7B7B. Windows color (decimal): -6072118 or 13260963. OLE color: 13260963.

HSL color Cylindrical-coordinate representation of color #A358CA: hue angle of 279.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A358CA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 88 202 -
CMYK 0.19 0.56 0 0.21
HSL 279.47º 0.52% 0.57% -
HSV(B) 279.47º 0.56% 0.79% -
XYZ 29.25 19.03 58.01 -
YUV 123.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 163 88 202 0.19 0.56 0 0.21 279.47 0.52 0.57
Hex A3 58 CA 13 38 0 15 117 34 39
Octal 243 130 312 23 70 0 25 427 64 71
Binary 10100011 1011000 11001010 10011 111000 0 10101 100010111 110100 111001

Color Harmonies of #A358CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358CA

Black with #A358CA

Text Example


Text Example

White with #A358CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358CA; }

 p { color: rgb(163,88,202); }

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

background-color css

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

 a { background-color: rgb(163,88,202); }

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

border-color css

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

 span { border-color: rgb(163,88,202); }

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