Html Css Color HEX #A495E6 Biloba Flower

📋 copy color: '#A495E6'

red 164 ◦ green 149 ◦ blue 230

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

Shades of Biloba Flower #A495E6

Tints of Biloba Flower #A495E6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

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

R = 30.2%
G = 27.44%
B = 42.36%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A495E6 (or 0xA495E6) is known color: Biloba Flower. HEX triplet: A4, 95 and E6. RGB value is (164,149,230). Sum of RGB (Red+Green+Blue) = 164+149+230=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #A495E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495E6 is #5B6A19. Grayscale: #A2A2A2. Windows color (decimal): -5990938 or 15111588. OLE color: 15111588.

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

Color convert

RGB 164 149 230 -
CMYK 0.29 0.35 0 0.10
HSL 251.11º 0.62% 0.74% -
HSV(B) 251.11º 0.35% 0.9% -
XYZ 40.34 35.1 79.51 -
YUV 162.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 164 149 230 0.29 0.35 0 0.10 251.11 0.62 0.74
Hex A4 95 E6 1D 23 0 A FB 3E 4A
Octal 244 225 346 35 43 0 12 373 76 112
Binary 10100100 10010101 11100110 11101 100011 0 1010 11111011 111110 1001010

Color Harmonies of #A495E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495E6

Black with #A495E6

Text Example


Text Example

White with #A495E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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