Html Css Color HEX #A595CB Biloba Flower

📋 copy color: '#A595CB'

red 165 ◦ green 149 ◦ blue 203

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

Shades of Biloba Flower #A595CB

Tints of Biloba Flower #A595CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 31.91%
G = 28.82%
B = 39.26%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A595CB (or 0xA595CB) is known color: Biloba Flower. HEX triplet: A5, 95 and CB. RGB value is (165,149,203). Sum of RGB (Red+Green+Blue) = 165+149+203=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A595CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595CB is #5A6A34. Grayscale: #9F9F9F. Windows color (decimal): -5925429 or 13342117. OLE color: 13342117.

HSL color Cylindrical-coordinate representation of color #A595CB: hue angle of 257.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A595CB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 149 203 -
CMYK 0.19 0.27 0 0.20
HSL 257.78º 0.34% 0.69% -
HSV(B) 257.78º 0.27% 0.8% -
XYZ 37.04 33.81 61.07 -
YUV 159.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 165 149 203 0.19 0.27 0 0.20 257.78 0.34 0.69
Hex A5 95 CB 13 1B 0 14 102 22 45
Octal 245 225 313 23 33 0 24 402 42 105
Binary 10100101 10010101 11001011 10011 11011 0 10100 100000010 100010 1000101

Color Harmonies of #A595CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595CB

Black with #A595CB

Text Example


Text Example

White with #A595CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595CB; }

 p { color: rgb(165,149,203); }

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

background-color css

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

 a { background-color: rgb(165,149,203); }

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

border-color css

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

 span { border-color: rgb(165,149,203); }

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