Html Css Color HEX #A698E7 Biloba Flower

📋 copy color: '#A698E7'

red 166 ◦ green 152 ◦ blue 231

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

Shades of Biloba Flower #A698E7

Tints of Biloba Flower #A698E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.08%

R = 30.24%
G = 27.69%
B = 42.08%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A698E7 (or 0xA698E7) is known color: Biloba Flower. HEX triplet: A6, 98 and E7. RGB value is (166,152,231). Sum of RGB (Red+Green+Blue) = 166+152+231=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #A698E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698E7 is #596718. Grayscale: #A4A4A4. Windows color (decimal): -5859097 or 15177894. OLE color: 15177894.

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

Color convert

RGB 166 152 231 -
CMYK 0.28 0.34 0 0.09
HSL 250.63º 0.62% 0.75% -
HSV(B) 250.63º 0.34% 0.91% -
XYZ 41.38 36.33 80.43 -
YUV 165.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 166 152 231 0.28 0.34 0 0.09 250.63 0.62 0.75
Hex A6 98 E7 1C 22 0 9 FB 3E 4B
Octal 246 230 347 34 42 0 11 373 76 113
Binary 10100110 10011000 11100111 11100 100010 0 1001 11111011 111110 1001011

Color Harmonies of #A698E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698E7

Black with #A698E7

Text Example


Text Example

White with #A698E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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