Html Css Color HEX #A388DF Biloba Flower

📋 copy color: '#A388DF'

red 163 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #A388DF

Tints of Biloba Flower #A388DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.05%

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

R = 31.23%
G = 26.05%
B = 42.72%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A388DF (or 0xA388DF) is known color: Biloba Flower. HEX triplet: A3, 88 and DF. RGB value is (163,136,223). Sum of RGB (Red+Green+Blue) = 163+136+223=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #A388DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388DF is #5C7720. Grayscale: #999999. Windows color (decimal): -6059809 or 14649507. OLE color: 14649507.

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

Color convert

RGB 163 136 223 -
CMYK 0.27 0.39 0 0.13
HSL 258.62º 0.58% 0.7% -
HSV(B) 258.62º 0.39% 0.87% -
XYZ 37.23 30.72 73.78 -
YUV 153.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 163 136 223 0.27 0.39 0 0.13 258.62 0.58 0.7
Hex A3 88 DF 1B 27 0 D 103 3A 46
Octal 243 210 337 33 47 0 15 403 72 106
Binary 10100011 10001000 11011111 11011 100111 0 1101 100000011 111010 1000110

Color Harmonies of #A388DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388DF

Black with #A388DF

Text Example


Text Example

White with #A388DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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