Html Css Color HEX #A795CA Biloba Flower

📋 copy color: '#A795CA'

red 167 ◦ green 149 ◦ blue 202

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

Shades of Biloba Flower #A795CA

Tints of Biloba Flower #A795CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 32.24%
G = 28.76%
B = 39%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A795CA (or 0xA795CA) is known color: Biloba Flower. HEX triplet: A7, 95 and CA. RGB value is (167,149,202). Sum of RGB (Red+Green+Blue) = 167+149+202=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A795CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795CA is #586A35. Grayscale: #A0A0A0. Windows color (decimal): -5794358 or 13276583. OLE color: 13276583.

HSL color Cylindrical-coordinate representation of color #A795CA: hue angle of 260.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A795CA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 149 202 -
CMYK 0.17 0.26 0 0.21
HSL 260.38º 0.33% 0.69% -
HSV(B) 260.38º 0.26% 0.79% -
XYZ 37.34 33.97 60.47 -
YUV 160.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 167 149 202 0.17 0.26 0 0.21 260.38 0.33 0.69
Hex A7 95 CA 11 1A 0 15 104 21 45
Octal 247 225 312 21 32 0 25 404 41 105
Binary 10100111 10010101 11001010 10001 11010 0 10101 100000100 100001 1000101

Color Harmonies of #A795CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795CA

Black with #A795CA

Text Example


Text Example

White with #A795CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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