Html Css Color HEX #A698E6 Biloba Flower

📋 copy color: '#A698E6'

red 166 ◦ green 152 ◦ blue 230

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

Shades of Biloba Flower #A698E6

Tints of Biloba Flower #A698E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 30.29%
G = 27.74%
B = 41.97%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A698E6 (or 0xA698E6) is known color: Biloba Flower. HEX triplet: A6, 98 and E6. RGB value is (166,152,230). Sum of RGB (Red+Green+Blue) = 166+152+230=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #A698E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698E6 is #596719. Grayscale: #A4A4A4. Windows color (decimal): -5859098 or 15112358. OLE color: 15112358.

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

Color convert

RGB 166 152 230 -
CMYK 0.28 0.34 0 0.10
HSL 250.77º 0.61% 0.75% -
HSV(B) 250.77º 0.34% 0.9% -
XYZ 41.24 36.28 79.69 -
YUV 165.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 166 152 230 0.28 0.34 0 0.10 250.77 0.61 0.75
Hex A6 98 E6 1C 22 0 A FB 3D 4B
Octal 246 230 346 34 42 0 12 373 75 113
Binary 10100110 10011000 11100110 11100 100010 0 1010 11111011 111101 1001011

Color Harmonies of #A698E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698E6

Black with #A698E6

Text Example


Text Example

White with #A698E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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