Html Css Color HEX #A692EE Biloba Flower

📋 copy color: '#A692EE'

red 166 ◦ green 146 ◦ blue 238

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

Shades of Biloba Flower #A692EE

Tints of Biloba Flower #A692EE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.55%

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

R = 30.18%
G = 26.55%
B = 43.27%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A692EE (or 0xA692EE) is known color: Biloba Flower. HEX triplet: A6, 92 and EE. RGB value is (166,146,238). Sum of RGB (Red+Green+Blue) = 166+146+238=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #A692EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692EE is #596D11. Grayscale: #A2A2A2. Windows color (decimal): -5860626 or 15635110. OLE color: 15635110.

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

Color convert

RGB 166 146 238 -
CMYK 0.30 0.39 0 0.07
HSL 253.04º 0.73% 0.75% -
HSV(B) 253.04º 0.39% 0.93% -
XYZ 41.44 34.84 85.43 -
YUV 162.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 166 146 238 0.30 0.39 0 0.07 253.04 0.73 0.75
Hex A6 92 EE 1E 27 0 7 FD 49 4B
Octal 246 222 356 36 47 0 7 375 111 113
Binary 10100110 10010010 11101110 11110 100111 0 111 11111101 1001001 1001011

Color Harmonies of #A692EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692EE

Black with #A692EE

Text Example


Text Example

White with #A692EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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