Html Css Color HEX #A698DD Biloba Flower

📋 copy color: '#A698DD'

red 166 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #A698DD

Tints of Biloba Flower #A698DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 30.8%
G = 28.2%
B = 41%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A698DD (or 0xA698DD) is known color: Biloba Flower. HEX triplet: A6, 98 and DD. RGB value is (166,152,221). Sum of RGB (Red+Green+Blue) = 166+152+221=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A698DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698DD is #596722. Grayscale: #A3A3A3. Windows color (decimal): -5859107 or 14522534. OLE color: 14522534.

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

Color convert

RGB 166 152 221 -
CMYK 0.25 0.31 0 0.13
HSL 252.17º 0.5% 0.73% -
HSV(B) 252.17º 0.31% 0.87% -
XYZ 40.01 35.78 73.21 -
YUV 164.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 166 152 221 0.25 0.31 0 0.13 252.17 0.5 0.73
Hex A6 98 DD 19 1F 0 D FC 32 49
Octal 246 230 335 31 37 0 15 374 62 111
Binary 10100110 10011000 11011101 11001 11111 0 1101 11111100 110010 1001001

Color Harmonies of #A698DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698DD

Black with #A698DD

Text Example


Text Example

White with #A698DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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