Html Css Color HEX #A898C4 Biloba Flower

📋 copy color: '#A898C4'

red 168 ◦ green 152 ◦ blue 196

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

Shades of Biloba Flower #A898C4

Tints of Biloba Flower #A898C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.98%

R = 32.56%
G = 29.46%
B = 37.98%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A898C4 (or 0xA898C4) is known color: Biloba Flower. HEX triplet: A8, 98 and C4. RGB value is (168,152,196). Sum of RGB (Red+Green+Blue) = 168+152+196=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #A898C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C4 is #57673B. Grayscale: #A1A1A1. Windows color (decimal): -5728060 or 12884136. OLE color: 12884136.

HSL color Cylindrical-coordinate representation of color #A898C4: hue angle of 261.82º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A898C4 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 152 196 -
CMYK 0.14 0.22 0 0.23
HSL 261.82º 0.27% 0.68% -
HSV(B) 261.82º 0.22% 0.77% -
XYZ 37.34 34.77 56.97 -
YUV 161.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 168 152 196 0.14 0.22 0 0.23 261.82 0.27 0.68
Hex A8 98 C4 E 16 0 17 106 1B 44
Octal 250 230 304 16 26 0 27 406 33 104
Binary 10101000 10011000 11000100 1110 10110 0 10111 100000110 11011 1000100

Color Harmonies of #A898C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898C4

Black with #A898C4

Text Example


Text Example

White with #A898C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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