Html Css Color HEX #A992EE Biloba Flower

📋 copy color: '#A992EE'

red 169 ◦ green 146 ◦ blue 238

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

Shades of Biloba Flower #A992EE

Tints of Biloba Flower #A992EE

RGB

 RED value IS 169 (66.41% from 255) = 30.56%

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

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

R = 30.56%
G = 26.4%
B = 43.04%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A992EE (or 0xA992EE) is known color: Biloba Flower. HEX triplet: A9, 92 and EE. RGB value is (169,146,238). Sum of RGB (Red+Green+Blue) = 169+146+238=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A992EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992EE is #566D11. Grayscale: #A3A3A3. Windows color (decimal): -5664018 or 15635113. OLE color: 15635113.

HSL color Cylindrical-coordinate representation of color #A992EE: hue angle of 255º 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 #A992EE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 146 238 -
CMYK 0.29 0.39 0 0.07
HSL 255º 0.73% 0.75% -
HSV(B) 255º 0.39% 0.93% -
XYZ 42.07 35.17 85.46 -
YUV 163.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 169 146 238 0.29 0.39 0 0.07 255 0.73 0.75
Hex A9 92 EE 1D 27 0 7 FF 49 4B
Octal 251 222 356 35 47 0 7 377 111 113
Binary 10101001 10010010 11101110 11101 100111 0 111 11111111 1001001 1001011

Color Harmonies of #A992EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992EE

Black with #A992EE

Text Example


Text Example

White with #A992EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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