Html Css Color HEX #A395CC Biloba Flower

📋 copy color: '#A395CC'

red 163 ◦ green 149 ◦ blue 204

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

Shades of Biloba Flower #A395CC

Tints of Biloba Flower #A395CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 31.59%
G = 28.88%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A395CC (or 0xA395CC) is known color: Biloba Flower. HEX triplet: A3, 95 and CC. RGB value is (163,149,204). Sum of RGB (Red+Green+Blue) = 163+149+204=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A395CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395CC is #5C6A33. Grayscale: #9F9F9F. Windows color (decimal): -6056500 or 13407651. OLE color: 13407651.

HSL color Cylindrical-coordinate representation of color #A395CC: hue angle of 255.27º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A395CC is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 149 204 -
CMYK 0.20 0.27 0 0.2
HSL 255.27º 0.35% 0.69% -
HSV(B) 255.27º 0.27% 0.8% -
XYZ 36.75 33.64 61.68 -
YUV 159.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 163 149 204 0.20 0.27 0 0.2 255.27 0.35 0.69
Hex A3 95 CC 14 1B 0 14 FF 23 45
Octal 243 225 314 24 33 0 24 377 43 105
Binary 10100011 10010101 11001100 10100 11011 0 10100 11111111 100011 1000101

Color Harmonies of #A395CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395CC

Black with #A395CC

Text Example


Text Example

White with #A395CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395CC; }

 p { color: rgb(163,149,204); }

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

background-color css

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

 a { background-color: rgb(163,149,204); }

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

border-color css

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

 span { border-color: rgb(163,149,204); }

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