Html Css Color HEX #A494E6 Biloba Flower

📋 copy color: '#A494E6'

red 164 ◦ green 148 ◦ blue 230

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

Shades of Biloba Flower #A494E6

Tints of Biloba Flower #A494E6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.31%

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 30.26%
G = 27.31%
B = 42.44%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A494E6 (or 0xA494E6) is known color: Biloba Flower. HEX triplet: A4, 94 and E6. RGB value is (164,148,230). Sum of RGB (Red+Green+Blue) = 164+148+230=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #A494E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494E6 is #5B6B19. Grayscale: #A1A1A1. Windows color (decimal): -5991194 or 15111332. OLE color: 15111332.

HSL color Cylindrical-coordinate representation of color #A494E6: hue angle of 251.71º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A494E6 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 148 230 -
CMYK 0.29 0.36 0 0.10
HSL 251.71º 0.62% 0.74% -
HSV(B) 251.71º 0.36% 0.9% -
XYZ 40.18 34.79 79.46 -
YUV 162.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 164 148 230 0.29 0.36 0 0.10 251.71 0.62 0.74
Hex A4 94 E6 1D 24 0 A FC 3E 4A
Octal 244 224 346 35 44 0 12 374 76 112
Binary 10100100 10010100 11100110 11101 100100 0 1010 11111100 111110 1001010

Color Harmonies of #A494E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A494E6

Black with #A494E6

Text Example


Text Example

White with #A494E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A494E6; }

 p { color: rgb(164,148,230); }

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

background-color css

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

 a { background-color: rgb(164,148,230); }

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

border-color css

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

 span { border-color: rgb(164,148,230); }

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