Html Css Color HEX #A590CB Biloba Flower

📋 copy color: '#A590CB'

red 165 ◦ green 144 ◦ blue 203

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

Shades of Biloba Flower #A590CB

Tints of Biloba Flower #A590CB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.13%

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

R = 32.23%
G = 28.13%
B = 39.65%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A590CB (or 0xA590CB) is known color: Biloba Flower. HEX triplet: A5, 90 and CB. RGB value is (165,144,203). Sum of RGB (Red+Green+Blue) = 165+144+203=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A590CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590CB is #5A6F34. Grayscale: #9C9C9C. Windows color (decimal): -5926709 or 13340837. OLE color: 13340837.

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

Color convert

RGB 165 144 203 -
CMYK 0.19 0.29 0 0.20
HSL 261.36º 0.36% 0.68% -
HSV(B) 261.36º 0.29% 0.8% -
XYZ 36.27 32.26 60.81 -
YUV 157.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 165 144 203 0.19 0.29 0 0.20 261.36 0.36 0.68
Hex A5 90 CB 13 1D 0 14 105 24 44
Octal 245 220 313 23 35 0 24 405 44 104
Binary 10100101 10010000 11001011 10011 11101 0 10100 100000101 100100 1000100

Color Harmonies of #A590CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590CB

Black with #A590CB

Text Example


Text Example

White with #A590CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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