Html Css Color HEX #A594CB Biloba Flower

📋 copy color: '#A594CB'

red 165 ◦ green 148 ◦ blue 203

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

Shades of Biloba Flower #A594CB

Tints of Biloba Flower #A594CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 31.98%
G = 28.68%
B = 39.34%

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

#A594CB (or 0xA594CB) is known color: Biloba Flower. HEX triplet: A5, 94 and CB. RGB value is (165,148,203). Sum of RGB (Red+Green+Blue) = 165+148+203=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #A594CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594CB is #5A6B34. Grayscale: #9F9F9F. Windows color (decimal): -5925685 or 13341861. OLE color: 13341861.

HSL color Cylindrical-coordinate representation of color #A594CB: hue angle of 258.55º degrees, saturation: 0.35, 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 #A594CB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 148 203 -
CMYK 0.19 0.27 0 0.20
HSL 258.55º 0.35% 0.69% -
HSV(B) 258.55º 0.27% 0.8% -
XYZ 36.89 33.49 61.02 -
YUV 159.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 165 148 203 0.19 0.27 0 0.20 258.55 0.35 0.69
Hex A5 94 CB 13 1B 0 14 103 23 45
Octal 245 224 313 23 33 0 24 403 43 105
Binary 10100101 10010100 11001011 10011 11011 0 10100 100000011 100011 1000101

Color Harmonies of #A594CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594CB

Black with #A594CB

Text Example


Text Example

White with #A594CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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