Html Css Color HEX #A492EE Biloba Flower

📋 copy color: '#A492EE'

red 164 ◦ green 146 ◦ blue 238

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

Shades of Biloba Flower #A492EE

Tints of Biloba Flower #A492EE

RGB

 RED value IS 164 (64.45% from 255) = 29.93%

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

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

R = 29.93%
G = 26.64%
B = 43.43%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A492EE (or 0xA492EE) is known color: Biloba Flower. HEX triplet: A4, 92 and EE. RGB value is (164,146,238). Sum of RGB (Red+Green+Blue) = 164+146+238=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #A492EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492EE is #5B6D11. Grayscale: #A1A1A1. Windows color (decimal): -5991698 or 15635108. OLE color: 15635108.

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

Color convert

RGB 164 146 238 -
CMYK 0.31 0.39 0 0.07
HSL 251.74º 0.73% 0.75% -
HSV(B) 251.74º 0.39% 0.93% -
XYZ 41.02 34.62 85.41 -
YUV 161.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 164 146 238 0.31 0.39 0 0.07 251.74 0.73 0.75
Hex A4 92 EE 1F 27 0 7 FC 49 4B
Octal 244 222 356 37 47 0 7 374 111 113
Binary 10100100 10010010 11101110 11111 100111 0 111 11111100 1001001 1001011

Color Harmonies of #A492EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492EE

Black with #A492EE

Text Example


Text Example

White with #A492EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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