Html Css Color HEX #A598C6 Biloba Flower

📋 copy color: '#A598C6'

red 165 ◦ green 152 ◦ blue 198

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

Shades of Biloba Flower #A598C6

Tints of Biloba Flower #A598C6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.51%

 BLUE value IS 198 (77.73% from 255) = 38.45%

R = 32.04%
G = 29.51%
B = 38.45%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A598C6 (or 0xA598C6) is known color: Biloba Flower. HEX triplet: A5, 98 and C6. RGB value is (165,152,198). Sum of RGB (Red+Green+Blue) = 165+152+198=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #A598C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598C6 is #5A6739. Grayscale: #A0A0A0. Windows color (decimal): -5924666 or 13015205. OLE color: 13015205.

HSL color Cylindrical-coordinate representation of color #A598C6: hue angle of 256.96º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A598C6 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 152 198 -
CMYK 0.17 0.23 0 0.22
HSL 256.96º 0.29% 0.69% -
HSV(B) 256.96º 0.23% 0.78% -
XYZ 36.94 34.53 58.14 -
YUV 161.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 165 152 198 0.17 0.23 0 0.22 256.96 0.29 0.69
Hex A5 98 C6 11 17 0 16 101 1D 45
Octal 245 230 306 21 27 0 26 401 35 105
Binary 10100101 10011000 11000110 10001 10111 0 10110 100000001 11101 1000101

Color Harmonies of #A598C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598C6

Black with #A598C6

Text Example


Text Example

White with #A598C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598C6; }

 p { color: rgb(165,152,198); }

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

background-color css

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

 a { background-color: rgb(165,152,198); }

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

border-color css

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

 span { border-color: rgb(165,152,198); }

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