Html Css Color HEX #A395CA Biloba Flower

📋 copy color: '#A395CA'

red 163 ◦ green 149 ◦ blue 202

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

Shades of Biloba Flower #A395CA

Tints of Biloba Flower #A395CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 31.71%
G = 28.99%
B = 39.3%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A395CA (or 0xA395CA) is known color: Biloba Flower. HEX triplet: A3, 95 and CA. RGB value is (163,149,202). Sum of RGB (Red+Green+Blue) = 163+149+202=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A395CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395CA is #5C6A35. Grayscale: #9F9F9F. Windows color (decimal): -6056502 or 13276579. OLE color: 13276579.

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

Color convert

RGB 163 149 202 -
CMYK 0.19 0.26 0 0.21
HSL 255.85º 0.33% 0.69% -
HSV(B) 255.85º 0.26% 0.79% -
XYZ 36.51 33.55 60.43 -
YUV 159.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 163 149 202 0.19 0.26 0 0.21 255.85 0.33 0.69
Hex A3 95 CA 13 1A 0 15 100 21 45
Octal 243 225 312 23 32 0 25 400 41 105
Binary 10100011 10010101 11001010 10011 11010 0 10101 100000000 100001 1000101

Color Harmonies of #A395CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395CA

Black with #A395CA

Text Example


Text Example

White with #A395CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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