Html Css Color HEX #A794CA Biloba Flower

📋 copy color: '#A794CA'

red 167 ◦ green 148 ◦ blue 202

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

Shades of Biloba Flower #A794CA

Tints of Biloba Flower #A794CA

RGB

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

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

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

R = 32.3%
G = 28.63%
B = 39.07%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A794CA (or 0xA794CA) is known color: Biloba Flower. HEX triplet: A7, 94 and CA. RGB value is (167,148,202). Sum of RGB (Red+Green+Blue) = 167+148+202=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A794CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794CA is #586B35. Grayscale: #9F9F9F. Windows color (decimal): -5794614 or 13276327. OLE color: 13276327.

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

Color convert

RGB 167 148 202 -
CMYK 0.17 0.27 0 0.21
HSL 261.11º 0.34% 0.69% -
HSV(B) 261.11º 0.27% 0.79% -
XYZ 37.19 33.66 60.41 -
YUV 159.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 167 148 202 0.17 0.27 0 0.21 261.11 0.34 0.69
Hex A7 94 CA 11 1B 0 15 105 22 45
Octal 247 224 312 21 33 0 25 405 42 105
Binary 10100111 10010100 11001010 10001 11011 0 10101 100000101 100010 1000101

Color Harmonies of #A794CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794CA

Black with #A794CA

Text Example


Text Example

White with #A794CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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