Html Css Color HEX #A698E9 Biloba Flower

📋 copy color: '#A698E9'

red 166 ◦ green 152 ◦ blue 233

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

Shades of Biloba Flower #A698E9

Tints of Biloba Flower #A698E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.29%

R = 30.13%
G = 27.59%
B = 42.29%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A698E9 (or 0xA698E9) is known color: Biloba Flower. HEX triplet: A6, 98 and E9. RGB value is (166,152,233). Sum of RGB (Red+Green+Blue) = 166+152+233=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #A698E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698E9 is #596716. Grayscale: #A5A5A5. Windows color (decimal): -5859095 or 15308966. OLE color: 15308966.

HSL color Cylindrical-coordinate representation of color #A698E9: hue angle of 250.37º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A698E9 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 152 233 -
CMYK 0.29 0.35 0 0.09
HSL 250.37º 0.65% 0.75% -
HSV(B) 250.37º 0.35% 0.91% -
XYZ 41.66 36.45 81.93 -
YUV 165.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 166 152 233 0.29 0.35 0 0.09 250.37 0.65 0.75
Hex A6 98 E9 1D 23 0 9 FA 41 4B
Octal 246 230 351 35 43 0 11 372 101 113
Binary 10100110 10011000 11101001 11101 100011 0 1001 11111010 1000001 1001011

Color Harmonies of #A698E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698E9

Black with #A698E9

Text Example


Text Example

White with #A698E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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