Html Css Color HEX #A698D1 Biloba Flower

📋 copy color: '#A698D1'

red 166 ◦ green 152 ◦ blue 209

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

Shades of Biloba Flower #A698D1

Tints of Biloba Flower #A698D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.66%

R = 31.5%
G = 28.84%
B = 39.66%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A698D1 (or 0xA698D1) is known color: Biloba Flower. HEX triplet: A6, 98 and D1. RGB value is (166,152,209). Sum of RGB (Red+Green+Blue) = 166+152+209=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #A698D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698D1 is #59672E. Grayscale: #A2A2A2. Windows color (decimal): -5859119 or 13736102. OLE color: 13736102.

HSL color Cylindrical-coordinate representation of color #A698D1: hue angle of 254.74º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A698D1 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 152 209 -
CMYK 0.21 0.27 0 0.18
HSL 254.74º 0.38% 0.71% -
HSV(B) 254.74º 0.27% 0.82% -
XYZ 38.46 35.17 65.08 -
YUV 162.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 166 152 209 0.21 0.27 0 0.18 254.74 0.38 0.71
Hex A6 98 D1 15 1B 0 12 FF 26 47
Octal 246 230 321 25 33 0 22 377 46 107
Binary 10100110 10011000 11010001 10101 11011 0 10010 11111111 100110 1000111

Color Harmonies of #A698D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698D1

Black with #A698D1

Text Example


Text Example

White with #A698D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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