Html Css Color HEX #A698ED Biloba Flower

📋 copy color: '#A698ED'

red 166 ◦ green 152 ◦ blue 237

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

Shades of Biloba Flower #A698ED

Tints of Biloba Flower #A698ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 29.91%
G = 27.39%
B = 42.7%

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

#A698ED (or 0xA698ED) is known color: Biloba Flower. HEX triplet: A6, 98 and ED. RGB value is (166,152,237). Sum of RGB (Red+Green+Blue) = 166+152+237=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #A698ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698ED is #596712. Grayscale: #A5A5A5. Windows color (decimal): -5859091 or 15571110. OLE color: 15571110.

HSL color Cylindrical-coordinate representation of color #A698ED: hue angle of 249.88º degrees, saturation: 0.7, 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 #A698ED is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 152 237 -
CMYK 0.30 0.36 0 0.07
HSL 249.88º 0.7% 0.76% -
HSV(B) 249.88º 0.36% 0.93% -
XYZ 42.24 36.68 84.97 -
YUV 165.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 166 152 237 0.30 0.36 0 0.07 249.88 0.7 0.76
Hex A6 98 ED 1E 24 0 7 FA 46 4C
Octal 246 230 355 36 44 0 7 372 106 114
Binary 10100110 10011000 11101101 11110 100100 0 111 11111010 1000110 1001100

Color Harmonies of #A698ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698ED

Black with #A698ED

Text Example


Text Example

White with #A698ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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