Html Css Color HEX #A596CA Biloba Flower

📋 copy color: '#A596CA'

red 165 ◦ green 150 ◦ blue 202

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

Shades of Biloba Flower #A596CA

Tints of Biloba Flower #A596CA

RGB

 RED value IS 165 (64.84% from 255) = 31.91%

 GREEN value IS 150 (58.98% from 255) = 29.01%

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

R = 31.91%
G = 29.01%
B = 39.07%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A596CA (or 0xA596CA) is known color: Biloba Flower. HEX triplet: A5, 96 and CA. RGB value is (165,150,202). Sum of RGB (Red+Green+Blue) = 165+150+202=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A596CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CA is #5A6935. Grayscale: #A0A0A0. Windows color (decimal): -5925174 or 13276837. OLE color: 13276837.

HSL color Cylindrical-coordinate representation of color #A596CA: hue angle of 257.31º 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 #A596CA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 150 202 -
CMYK 0.18 0.26 0 0.21
HSL 257.31º 0.33% 0.69% -
HSV(B) 257.31º 0.26% 0.79% -
XYZ 37.08 34.08 60.5 -
YUV 160.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 165 150 202 0.18 0.26 0 0.21 257.31 0.33 0.69
Hex A5 96 CA 12 1A 0 15 101 21 45
Octal 245 226 312 22 32 0 25 401 41 105
Binary 10100101 10010110 11001010 10010 11010 0 10101 100000001 100001 1000101

Color Harmonies of #A596CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596CA

Black with #A596CA

Text Example


Text Example

White with #A596CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596CA; }

 p { color: rgb(165,150,202); }

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

background-color css

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

 a { background-color: rgb(165,150,202); }

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

border-color css

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

 span { border-color: rgb(165,150,202); }

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