Html Css Color HEX #A898CC Biloba Flower

📋 copy color: '#A898CC'

red 168 ◦ green 152 ◦ blue 204

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

Shades of Biloba Flower #A898CC

Tints of Biloba Flower #A898CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 32.06%
G = 29.01%
B = 38.93%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A898CC (or 0xA898CC) is known color: Biloba Flower. HEX triplet: A8, 98 and CC. RGB value is (168,152,204). Sum of RGB (Red+Green+Blue) = 168+152+204=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A898CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898CC is #576733. Grayscale: #A2A2A2. Windows color (decimal): -5728052 or 13408424. OLE color: 13408424.

HSL color Cylindrical-coordinate representation of color #A898CC: hue angle of 258.46º degrees, saturation: 0.34, 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 #A898CC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 152 204 -
CMYK 0.18 0.25 0 0.2
HSL 258.46º 0.34% 0.7% -
HSV(B) 258.46º 0.25% 0.8% -
XYZ 38.28 35.14 61.89 -
YUV 162.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 168 152 204 0.18 0.25 0 0.2 258.46 0.34 0.7
Hex A8 98 CC 12 19 0 14 102 22 46
Octal 250 230 314 22 31 0 24 402 42 106
Binary 10101000 10011000 11001100 10010 11001 0 10100 100000010 100010 1000110

Color Harmonies of #A898CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898CC

Black with #A898CC

Text Example


Text Example

White with #A898CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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