Html Css Color HEX #A798CF Biloba Flower

📋 copy color: '#A798CF'

red 167 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #A798CF

Tints of Biloba Flower #A798CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 31.75%
G = 28.9%
B = 39.35%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A798CF (or 0xA798CF) is known color: Biloba Flower. HEX triplet: A7, 98 and CF. RGB value is (167,152,207). Sum of RGB (Red+Green+Blue) = 167+152+207=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #A798CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798CF is #586730. Grayscale: #A2A2A2. Windows color (decimal): -5793585 or 13605031. OLE color: 13605031.

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

Color convert

RGB 167 152 207 -
CMYK 0.19 0.27 0 0.19
HSL 256.36º 0.36% 0.7% -
HSV(B) 256.36º 0.27% 0.81% -
XYZ 38.43 35.18 63.8 -
YUV 162.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 167 152 207 0.19 0.27 0 0.19 256.36 0.36 0.7
Hex A7 98 CF 13 1B 0 13 100 24 46
Octal 247 230 317 23 33 0 23 400 44 106
Binary 10100111 10011000 11001111 10011 11011 0 10011 100000000 100100 1000110

Color Harmonies of #A798CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798CF

Black with #A798CF

Text Example


Text Example

White with #A798CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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