Html Css Color HEX #A798DC Biloba Flower

📋 copy color: '#A798DC'

red 167 ◦ green 152 ◦ blue 220

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

Shades of Biloba Flower #A798DC

Tints of Biloba Flower #A798DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 30.98%
G = 28.2%
B = 40.82%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A798DC (or 0xA798DC) is known color: Biloba Flower. HEX triplet: A7, 98 and DC. RGB value is (167,152,220). Sum of RGB (Red+Green+Blue) = 167+152+220=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #A798DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798DC is #586723. Grayscale: #A3A3A3. Windows color (decimal): -5793572 or 14456999. OLE color: 14456999.

HSL color Cylindrical-coordinate representation of color #A798DC: hue angle of 253.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A798DC is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 152 220 -
CMYK 0.24 0.31 0 0.14
HSL 253.24º 0.49% 0.73% -
HSV(B) 253.24º 0.31% 0.86% -
XYZ 40.08 35.84 72.52 -
YUV 164.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 167 152 220 0.24 0.31 0 0.14 253.24 0.49 0.73
Hex A7 98 DC 18 1F 0 E FD 31 49
Octal 247 230 334 30 37 0 16 375 61 111
Binary 10100111 10011000 11011100 11000 11111 0 1110 11111101 110001 1001001

Color Harmonies of #A798DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798DC

Black with #A798DC

Text Example


Text Example

White with #A798DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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