Html Css Color HEX #A698D9 Biloba Flower

📋 copy color: '#A698D9'

red 166 ◦ green 152 ◦ blue 217

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

Shades of Biloba Flower #A698D9

Tints of Biloba Flower #A698D9

RGB

 RED value IS 166 (65.23% from 255) = 31.03%

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

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 31.03%
G = 28.41%
B = 40.56%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A698D9 (or 0xA698D9) is known color: Biloba Flower. HEX triplet: A6, 98 and D9. RGB value is (166,152,217). Sum of RGB (Red+Green+Blue) = 166+152+217=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #A698D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698D9 is #596726. Grayscale: #A3A3A3. Windows color (decimal): -5859111 or 14260390. OLE color: 14260390.

HSL color Cylindrical-coordinate representation of color #A698D9: hue angle of 252.92º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A698D9 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 152 217 -
CMYK 0.24 0.30 0 0.15
HSL 252.92º 0.46% 0.72% -
HSV(B) 252.92º 0.3% 0.85% -
XYZ 39.48 35.57 70.43 -
YUV 163.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 166 152 217 0.24 0.30 0 0.15 252.92 0.46 0.72
Hex A6 98 D9 18 1E 0 F FD 2E 48
Octal 246 230 331 30 36 0 17 375 56 110
Binary 10100110 10011000 11011001 11000 11110 0 1111 11111101 101110 1001000

Color Harmonies of #A698D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698D9

Black with #A698D9

Text Example


Text Example

White with #A698D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698D9; }

 p { color: rgb(166,152,217); }

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

background-color css

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

 a { background-color: rgb(166,152,217); }

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

border-color css

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

 span { border-color: rgb(166,152,217); }

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