Html Css Color HEX #A492EC Biloba Flower

📋 copy color: '#A492EC'

red 164 ◦ green 146 ◦ blue 236

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

Shades of Biloba Flower #A492EC

Tints of Biloba Flower #A492EC

RGB

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

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

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

R = 30.04%
G = 26.74%
B = 43.22%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A492EC (or 0xA492EC) is known color: Biloba Flower. HEX triplet: A4, 92 and EC. RGB value is (164,146,236). Sum of RGB (Red+Green+Blue) = 164+146+236=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #A492EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492EC is #5B6D13. Grayscale: #A1A1A1. Windows color (decimal): -5991700 or 15504036. OLE color: 15504036.

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

Color convert

RGB 164 146 236 -
CMYK 0.31 0.38 0 0.07
HSL 252º 0.7% 0.75% -
HSV(B) 252º 0.38% 0.93% -
XYZ 40.73 34.51 83.87 -
YUV 161.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 164 146 236 0.31 0.38 0 0.07 252 0.7 0.75
Hex A4 92 EC 1F 26 0 7 FC 46 4B
Octal 244 222 354 37 46 0 7 374 106 113
Binary 10100100 10010010 11101100 11111 100110 0 111 11111100 1000110 1001011

Color Harmonies of #A492EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492EC

Black with #A492EC

Text Example


Text Example

White with #A492EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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