Html Css Color HEX #A798D5 Biloba Flower

📋 copy color: '#A798D5'

red 167 ◦ green 152 ◦ blue 213

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

Shades of Biloba Flower #A798D5

Tints of Biloba Flower #A798D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 31.39%
G = 28.57%
B = 40.04%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A798D5 (or 0xA798D5) is known color: Biloba Flower. HEX triplet: A7, 98 and D5. RGB value is (167,152,213). Sum of RGB (Red+Green+Blue) = 167+152+213=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #A798D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798D5 is #58672A. Grayscale: #A3A3A3. Windows color (decimal): -5793579 or 13998247. OLE color: 13998247.

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

Color convert

RGB 167 152 213 -
CMYK 0.22 0.29 0 0.16
HSL 254.75º 0.42% 0.72% -
HSV(B) 254.75º 0.29% 0.84% -
XYZ 39.17 35.48 67.73 -
YUV 163.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 167 152 213 0.22 0.29 0 0.16 254.75 0.42 0.72
Hex A7 98 D5 16 1D 0 10 FF 2A 48
Octal 247 230 325 26 35 0 20 377 52 110
Binary 10100111 10011000 11010101 10110 11101 0 10000 11111111 101010 1001000

Color Harmonies of #A798D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798D5

Black with #A798D5

Text Example


Text Example

White with #A798D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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