Html Css Color HEX #A898D2 Biloba Flower

📋 copy color: '#A898D2'

red 168 ◦ green 152 ◦ blue 210

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

Shades of Biloba Flower #A898D2

Tints of Biloba Flower #A898D2

RGB

 RED value IS 168 (66.02% from 255) = 31.7%

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

 BLUE value IS 210 (82.42% from 255) = 39.62%

R = 31.7%
G = 28.68%
B = 39.62%

CMYK

 C value IS 0.2

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A898D2 (or 0xA898D2) is known color: Biloba Flower. HEX triplet: A8, 98 and D2. RGB value is (168,152,210). Sum of RGB (Red+Green+Blue) = 168+152+210=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #A898D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898D2 is #57672D. Grayscale: #A3A3A3. Windows color (decimal): -5728046 or 13801640. OLE color: 13801640.

HSL color Cylindrical-coordinate representation of color #A898D2: hue angle of 256.55º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A898D2 is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 152 210 -
CMYK 0.2 0.28 0 0.18
HSL 256.55º 0.39% 0.71% -
HSV(B) 256.55º 0.28% 0.82% -
XYZ 39.01 35.43 65.76 -
YUV 163.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 168 152 210 0.2 0.28 0 0.18 256.55 0.39 0.71
Hex A8 98 D2 14 1C 0 12 101 27 47
Octal 250 230 322 24 34 0 22 401 47 107
Binary 10101000 10011000 11010010 10100 11100 0 10010 100000001 100111 1000111

Color Harmonies of #A898D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898D2

Black with #A898D2

Text Example


Text Example

White with #A898D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898D2; }

 p { color: rgb(168,152,210); }

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

background-color css

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

 a { background-color: rgb(168,152,210); }

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

border-color css

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

 span { border-color: rgb(168,152,210); }

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