Html Css Color HEX #A698EC Biloba Flower

📋 copy color: '#A698EC'

red 166 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #A698EC

Tints of Biloba Flower #A698EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 29.96%
G = 27.44%
B = 42.6%

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

#A698EC (or 0xA698EC) is known color: Biloba Flower. HEX triplet: A6, 98 and EC. RGB value is (166,152,236). Sum of RGB (Red+Green+Blue) = 166+152+236=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A698EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698EC is #596713. Grayscale: #A5A5A5. Windows color (decimal): -5859092 or 15505574. OLE color: 15505574.

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

Color convert

RGB 166 152 236 -
CMYK 0.30 0.36 0 0.07
HSL 250º 0.69% 0.76% -
HSV(B) 250º 0.36% 0.93% -
XYZ 42.09 36.62 84.21 -
YUV 165.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 166 152 236 0.30 0.36 0 0.07 250 0.69 0.76
Hex A6 98 EC 1E 24 0 7 FA 45 4C
Octal 246 230 354 36 44 0 7 372 105 114
Binary 10100110 10011000 11101100 11110 100100 0 111 11111010 1000101 1001100

Color Harmonies of #A698EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698EC

Black with #A698EC

Text Example


Text Example

White with #A698EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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