Html Css Color HEX #A598CA Biloba Flower

📋 copy color: '#A598CA'

red 165 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #A598CA

Tints of Biloba Flower #A598CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 31.79%
G = 29.29%
B = 38.92%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A598CA (or 0xA598CA) is known color: Biloba Flower. HEX triplet: A5, 98 and CA. RGB value is (165,152,202). Sum of RGB (Red+Green+Blue) = 165+152+202=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A598CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598CA is #5A6735. Grayscale: #A1A1A1. Windows color (decimal): -5924662 or 13277349. OLE color: 13277349.

HSL color Cylindrical-coordinate representation of color #A598CA: hue angle of 255.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A598CA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 152 202 -
CMYK 0.18 0.25 0 0.21
HSL 255.6º 0.32% 0.69% -
HSV(B) 255.6º 0.25% 0.79% -
XYZ 37.41 34.72 60.61 -
YUV 161.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 165 152 202 0.18 0.25 0 0.21 255.6 0.32 0.69
Hex A5 98 CA 12 19 0 15 100 20 45
Octal 245 230 312 22 31 0 25 400 40 105
Binary 10100101 10011000 11001010 10010 11001 0 10101 100000000 100000 1000101

Color Harmonies of #A598CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598CA

Black with #A598CA

Text Example


Text Example

White with #A598CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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