Html Css Color HEX #A590CF Biloba Flower

📋 copy color: '#A590CF'

red 165 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #A590CF

Tints of Biloba Flower #A590CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 31.98%
G = 27.91%
B = 40.12%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A590CF (or 0xA590CF) is known color: Biloba Flower. HEX triplet: A5, 90 and CF. RGB value is (165,144,207). Sum of RGB (Red+Green+Blue) = 165+144+207=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A590CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590CF is #5A6F30. Grayscale: #9D9D9D. Windows color (decimal): -5926705 or 13602981. OLE color: 13602981.

HSL color Cylindrical-coordinate representation of color #A590CF: hue angle of 260º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A590CF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 144 207 -
CMYK 0.20 0.30 0 0.19
HSL 260º 0.4% 0.69% -
HSV(B) 260º 0.3% 0.81% -
XYZ 36.75 32.45 63.36 -
YUV 157.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 165 144 207 0.20 0.30 0 0.19 260 0.4 0.69
Hex A5 90 CF 14 1E 0 13 104 28 45
Octal 245 220 317 24 36 0 23 404 50 105
Binary 10100101 10010000 11001111 10100 11110 0 10011 100000100 101000 1000101

Color Harmonies of #A590CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590CF

Black with #A590CF

Text Example


Text Example

White with #A590CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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