Html Css Color HEX #A795EA Biloba Flower

📋 copy color: '#A795EA'

red 167 ◦ green 149 ◦ blue 234

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

Shades of Biloba Flower #A795EA

Tints of Biloba Flower #A795EA

RGB

 RED value IS 167 (65.63% from 255) = 30.36%

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

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 30.36%
G = 27.09%
B = 42.55%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A795EA (or 0xA795EA) is known color: Biloba Flower. HEX triplet: A7, 95 and EA. RGB value is (167,149,234). Sum of RGB (Red+Green+Blue) = 167+149+234=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #A795EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795EA is #586A15. Grayscale: #A3A3A3. Windows color (decimal): -5794326 or 15373735. OLE color: 15373735.

HSL color Cylindrical-coordinate representation of color #A795EA: hue angle of 252.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A795EA is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 149 234 -
CMYK 0.29 0.36 0 0.08
HSL 252.71º 0.67% 0.75% -
HSV(B) 252.71º 0.36% 0.92% -
XYZ 41.54 35.65 82.53 -
YUV 164.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 167 149 234 0.29 0.36 0 0.08 252.71 0.67 0.75
Hex A7 95 EA 1D 24 0 8 FD 43 4B
Octal 247 225 352 35 44 0 10 375 103 113
Binary 10100111 10010101 11101010 11101 100100 0 1000 11111101 1000011 1001011

Color Harmonies of #A795EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795EA

Black with #A795EA

Text Example


Text Example

White with #A795EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795EA; }

 p { color: rgb(167,149,234); }

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

background-color css

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

 a { background-color: rgb(167,149,234); }

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

border-color css

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

 span { border-color: rgb(167,149,234); }

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