Html Css Color HEX #A798C4 Biloba Flower

📋 copy color: '#A798C4'

red 167 ◦ green 152 ◦ blue 196

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

Shades of Biloba Flower #A798C4

Tints of Biloba Flower #A798C4

RGB

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

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

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

R = 32.43%
G = 29.51%
B = 38.06%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A798C4 (or 0xA798C4) is known color: Biloba Flower. HEX triplet: A7, 98 and C4. RGB value is (167,152,196). Sum of RGB (Red+Green+Blue) = 167+152+196=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 196 - color contains mainly: blue. Hex color #A798C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798C4 is #58673B. Grayscale: #A1A1A1. Windows color (decimal): -5793596 or 12884135. OLE color: 12884135.

HSL color Cylindrical-coordinate representation of color #A798C4: hue angle of 260.45º 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 #A798C4 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 152 196 -
CMYK 0.15 0.22 0 0.23
HSL 260.45º 0.27% 0.68% -
HSV(B) 260.45º 0.22% 0.77% -
XYZ 37.13 34.66 56.96 -
YUV 161.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 167 152 196 0.15 0.22 0 0.23 260.45 0.27 0.68
Hex A7 98 C4 F 16 0 17 104 1B 44
Octal 247 230 304 17 26 0 27 404 33 104
Binary 10100111 10011000 11000100 1111 10110 0 10111 100000100 11011 1000100

Color Harmonies of #A798C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798C4

Black with #A798C4

Text Example


Text Example

White with #A798C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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