Html Css Color HEX #A798CE Biloba Flower

📋 copy color: '#A798CE'

red 167 ◦ green 152 ◦ blue 206

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

Shades of Biloba Flower #A798CE

Tints of Biloba Flower #A798CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 31.81%
G = 28.95%
B = 39.24%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A798CE (or 0xA798CE) is known color: Biloba Flower. HEX triplet: A7, 98 and CE. RGB value is (167,152,206). Sum of RGB (Red+Green+Blue) = 167+152+206=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A798CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798CE is #586731. Grayscale: #A2A2A2. Windows color (decimal): -5793586 or 13539495. OLE color: 13539495.

HSL color Cylindrical-coordinate representation of color #A798CE: hue angle of 256.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A798CE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 152 206 -
CMYK 0.19 0.26 0 0.19
HSL 256.67º 0.36% 0.7% -
HSV(B) 256.67º 0.26% 0.81% -
XYZ 38.31 35.13 63.15 -
YUV 162.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 167 152 206 0.19 0.26 0 0.19 256.67 0.36 0.7
Hex A7 98 CE 13 1A 0 13 101 24 46
Octal 247 230 316 23 32 0 23 401 44 106
Binary 10100111 10011000 11001110 10011 11010 0 10011 100000001 100100 1000110

Color Harmonies of #A798CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798CE

Black with #A798CE

Text Example


Text Example

White with #A798CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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