Html Css Color HEX #A598C8 Biloba Flower

📋 copy color: '#A598C8'

red 165 ◦ green 152 ◦ blue 200

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

Shades of Biloba Flower #A598C8

Tints of Biloba Flower #A598C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 31.91%
G = 29.4%
B = 38.68%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A598C8 (or 0xA598C8) is known color: Biloba Flower. HEX triplet: A5, 98 and C8. RGB value is (165,152,200). Sum of RGB (Red+Green+Blue) = 165+152+200=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #A598C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598C8 is #5A6737. Grayscale: #A1A1A1. Windows color (decimal): -5924664 or 13146277. OLE color: 13146277.

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

Color convert

RGB 165 152 200 -
CMYK 0.18 0.24 0 0.22
HSL 256.25º 0.3% 0.69% -
HSV(B) 256.25º 0.24% 0.78% -
XYZ 37.17 34.63 59.37 -
YUV 161.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 165 152 200 0.18 0.24 0 0.22 256.25 0.3 0.69
Hex A5 98 C8 12 18 0 16 100 1E 45
Octal 245 230 310 22 30 0 26 400 36 105
Binary 10100101 10011000 11001000 10010 11000 0 10110 100000000 11110 1000101

Color Harmonies of #A598C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598C8

Black with #A598C8

Text Example


Text Example

White with #A598C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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