Html Css Color HEX #A898CB Biloba Flower

📋 copy color: '#A898CB'

red 168 ◦ green 152 ◦ blue 203

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

Shades of Biloba Flower #A898CB

Tints of Biloba Flower #A898CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 32.12%
G = 29.06%
B = 38.81%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A898CB (or 0xA898CB) is known color: Biloba Flower. HEX triplet: A8, 98 and CB. RGB value is (168,152,203). Sum of RGB (Red+Green+Blue) = 168+152+203=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A898CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898CB is #576734. Grayscale: #A2A2A2. Windows color (decimal): -5728053 or 13342888. OLE color: 13342888.

HSL color Cylindrical-coordinate representation of color #A898CB: hue angle of 258.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A898CB is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 152 203 -
CMYK 0.17 0.25 0 0.20
HSL 258.82º 0.33% 0.7% -
HSV(B) 258.82º 0.25% 0.8% -
XYZ 38.16 35.09 61.26 -
YUV 162.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 168 152 203 0.17 0.25 0 0.20 258.82 0.33 0.7
Hex A8 98 CB 11 19 0 14 103 21 46
Octal 250 230 313 21 31 0 24 403 41 106
Binary 10101000 10011000 11001011 10001 11001 0 10100 100000011 100001 1000110

Color Harmonies of #A898CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898CB

Black with #A898CB

Text Example


Text Example

White with #A898CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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