Html Css Color HEX #A394CF Biloba Flower

📋 copy color: '#A394CF'

red 163 ◦ green 148 ◦ blue 207

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

Shades of Biloba Flower #A394CF

Tints of Biloba Flower #A394CF

RGB

 RED value IS 163 (64.06% from 255) = 31.47%

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

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

R = 31.47%
G = 28.57%
B = 39.96%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A394CF (or 0xA394CF) is known color: Biloba Flower. HEX triplet: A3, 94 and CF. RGB value is (163,148,207). Sum of RGB (Red+Green+Blue) = 163+148+207=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #A394CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394CF is #5C6B30. Grayscale: #9E9E9E. Windows color (decimal): -6056753 or 13604003. OLE color: 13604003.

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

Color convert

RGB 163 148 207 -
CMYK 0.21 0.29 0 0.19
HSL 255.25º 0.38% 0.7% -
HSV(B) 255.25º 0.29% 0.81% -
XYZ 36.96 33.47 63.54 -
YUV 159.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 163 148 207 0.21 0.29 0 0.19 255.25 0.38 0.7
Hex A3 94 CF 15 1D 0 13 FF 26 46
Octal 243 224 317 25 35 0 23 377 46 106
Binary 10100011 10010100 11001111 10101 11101 0 10011 11111111 100110 1000110

Color Harmonies of #A394CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394CF

Black with #A394CF

Text Example


Text Example

White with #A394CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394CF; }

 p { color: rgb(163,148,207); }

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

background-color css

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

 a { background-color: rgb(163,148,207); }

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

border-color css

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

 span { border-color: rgb(163,148,207); }

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