Html Css Color HEX #A698EE Biloba Flower

📋 copy color: '#A698EE'

red 166 ◦ green 152 ◦ blue 238

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

Shades of Biloba Flower #A698EE

Tints of Biloba Flower #A698EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 29.86%
G = 27.34%
B = 42.81%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A698EE (or 0xA698EE) is known color: Biloba Flower. HEX triplet: A6, 98 and EE. RGB value is (166,152,238). Sum of RGB (Red+Green+Blue) = 166+152+238=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #A698EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698EE is #596711. Grayscale: #A5A5A5. Windows color (decimal): -5859090 or 15636646. OLE color: 15636646.

HSL color Cylindrical-coordinate representation of color #A698EE: hue angle of 249.77º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A698EE is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 152 238 -
CMYK 0.30 0.36 0 0.07
HSL 249.77º 0.72% 0.76% -
HSV(B) 249.77º 0.36% 0.93% -
XYZ 42.39 36.74 85.75 -
YUV 165.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 166 152 238 0.30 0.36 0 0.07 249.77 0.72 0.76
Hex A6 98 EE 1E 24 0 7 FA 48 4C
Octal 246 230 356 36 44 0 7 372 110 114
Binary 10100110 10011000 11101110 11110 100100 0 111 11111010 1001000 1001100

Color Harmonies of #A698EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698EE

Black with #A698EE

Text Example


Text Example

White with #A698EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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