Html Css Color HEX #A798C6 Biloba Flower

📋 copy color: '#A798C6'

red 167 ◦ green 152 ◦ blue 198

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

Shades of Biloba Flower #A798C6

Tints of Biloba Flower #A798C6

RGB

 RED value IS 167 (65.63% from 255) = 32.3%

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

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 32.3%
G = 29.4%
B = 38.3%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A798C6 (or 0xA798C6) is known color: Biloba Flower. HEX triplet: A7, 98 and C6. RGB value is (167,152,198). Sum of RGB (Red+Green+Blue) = 167+152+198=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #A798C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798C6 is #586739. Grayscale: #A1A1A1. Windows color (decimal): -5793594 or 13015207. OLE color: 13015207.

HSL color Cylindrical-coordinate representation of color #A798C6: hue angle of 259.57º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A798C6 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 152 198 -
CMYK 0.16 0.23 0 0.22
HSL 259.57º 0.29% 0.69% -
HSV(B) 259.57º 0.23% 0.78% -
XYZ 37.36 34.75 58.16 -
YUV 161.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 167 152 198 0.16 0.23 0 0.22 259.57 0.29 0.69
Hex A7 98 C6 10 17 0 16 104 1D 45
Octal 247 230 306 20 27 0 26 404 35 105
Binary 10100111 10011000 11000110 10000 10111 0 10110 100000100 11101 1000101

Color Harmonies of #A798C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798C6

Black with #A798C6

Text Example


Text Example

White with #A798C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798C6; }

 p { color: rgb(167,152,198); }

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

background-color css

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

 a { background-color: rgb(167,152,198); }

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

border-color css

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

 span { border-color: rgb(167,152,198); }

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