Html Css Color HEX #A385DF Biloba Flower

📋 copy color: '#A385DF'

red 163 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #A385DF

Tints of Biloba Flower #A385DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.63%

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 31.41%
G = 25.63%
B = 42.97%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A385DF (or 0xA385DF) is known color: Biloba Flower. HEX triplet: A3, 85 and DF. RGB value is (163,133,223). Sum of RGB (Red+Green+Blue) = 163+133+223=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #A385DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385DF is #5C7A20. Grayscale: #979797. Windows color (decimal): -6060577 or 14648739. OLE color: 14648739.

HSL color Cylindrical-coordinate representation of color #A385DF: hue angle of 260º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A385DF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 133 223 -
CMYK 0.27 0.40 0 0.13
HSL 260º 0.58% 0.7% -
HSV(B) 260º 0.4% 0.87% -
XYZ 36.81 29.89 73.64 -
YUV 152.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 163 133 223 0.27 0.40 0 0.13 260 0.58 0.7
Hex A3 85 DF 1B 28 0 D 104 3A 46
Octal 243 205 337 33 50 0 15 404 72 106
Binary 10100011 10000101 11011111 11011 101000 0 1101 100000100 111010 1000110

Color Harmonies of #A385DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385DF

Black with #A385DF

Text Example


Text Example

White with #A385DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385DF; }

 p { color: rgb(163,133,223); }

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

background-color css

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

 a { background-color: rgb(163,133,223); }

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

border-color css

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

 span { border-color: rgb(163,133,223); }

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