Html Css Color HEX #A795CF Biloba Flower

📋 copy color: '#A795CF'

red 167 ◦ green 149 ◦ blue 207

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

Shades of Biloba Flower #A795CF

Tints of Biloba Flower #A795CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 31.93%
G = 28.49%
B = 39.58%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A795CF (or 0xA795CF) is known color: Biloba Flower. HEX triplet: A7, 95 and CF. RGB value is (167,149,207). Sum of RGB (Red+Green+Blue) = 167+149+207=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #A795CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795CF is #586A30. Grayscale: #A0A0A0. Windows color (decimal): -5794353 or 13604263. OLE color: 13604263.

HSL color Cylindrical-coordinate representation of color #A795CF: hue angle of 258.62º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A795CF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 149 207 -
CMYK 0.19 0.28 0 0.19
HSL 258.62º 0.38% 0.7% -
HSV(B) 258.62º 0.28% 0.81% -
XYZ 37.95 34.22 63.64 -
YUV 160.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 167 149 207 0.19 0.28 0 0.19 258.62 0.38 0.7
Hex A7 95 CF 13 1C 0 13 103 26 46
Octal 247 225 317 23 34 0 23 403 46 106
Binary 10100111 10010101 11001111 10011 11100 0 10011 100000011 100110 1000110

Color Harmonies of #A795CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795CF

Black with #A795CF

Text Example


Text Example

White with #A795CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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