Html Css Color HEX #A798DE Biloba Flower

📋 copy color: '#A798DE'

red 167 ◦ green 152 ◦ blue 222

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

Shades of Biloba Flower #A798DE

Tints of Biloba Flower #A798DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 30.87%
G = 28.1%
B = 41.04%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A798DE (or 0xA798DE) is known color: Biloba Flower. HEX triplet: A7, 98 and DE. RGB value is (167,152,222). Sum of RGB (Red+Green+Blue) = 167+152+222=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A798DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798DE is #586721. Grayscale: #A4A4A4. Windows color (decimal): -5793570 or 14588071. OLE color: 14588071.

HSL color Cylindrical-coordinate representation of color #A798DE: hue angle of 252.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A798DE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 152 222 -
CMYK 0.25 0.32 0 0.13
HSL 252.86º 0.51% 0.73% -
HSV(B) 252.86º 0.32% 0.87% -
XYZ 40.35 35.95 73.92 -
YUV 164.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 167 152 222 0.25 0.32 0 0.13 252.86 0.51 0.73
Hex A7 98 DE 19 20 0 D FD 33 49
Octal 247 230 336 31 40 0 15 375 63 111
Binary 10100111 10011000 11011110 11001 100000 0 1101 11111101 110011 1001001

Color Harmonies of #A798DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798DE

Black with #A798DE

Text Example


Text Example

White with #A798DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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