Html Css Color HEX #A690EA Biloba Flower

📋 copy color: '#A690EA'

red 166 ◦ green 144 ◦ blue 234

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

Shades of Biloba Flower #A690EA

Tints of Biloba Flower #A690EA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.47%

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 30.51%
G = 26.47%
B = 43.01%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A690EA (or 0xA690EA) is known color: Biloba Flower. HEX triplet: A6, 90 and EA. RGB value is (166,144,234). Sum of RGB (Red+Green+Blue) = 166+144+234=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #A690EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690EA is #596F15. Grayscale: #A0A0A0. Windows color (decimal): -5861142 or 15372454. OLE color: 15372454.

HSL color Cylindrical-coordinate representation of color #A690EA: hue angle of 254.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A690EA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 144 234 -
CMYK 0.29 0.38 0 0.08
HSL 254.67º 0.68% 0.74% -
HSV(B) 254.67º 0.38% 0.92% -
XYZ 40.55 33.99 82.27 -
YUV 160.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 166 144 234 0.29 0.38 0 0.08 254.67 0.68 0.74
Hex A6 90 EA 1D 26 0 8 FF 44 4A
Octal 246 220 352 35 46 0 10 377 104 112
Binary 10100110 10010000 11101010 11101 100110 0 1000 11111111 1000100 1001010

Color Harmonies of #A690EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690EA

Black with #A690EA

Text Example


Text Example

White with #A690EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690EA; }

 p { color: rgb(166,144,234); }

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

background-color css

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

 a { background-color: rgb(166,144,234); }

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

border-color css

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

 span { border-color: rgb(166,144,234); }

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