Html Css Color HEX #A38AD1 Biloba Flower

📋 copy color: '#A38AD1'

red 163 ◦ green 138 ◦ blue 209

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

Shades of Biloba Flower #A38AD1

Tints of Biloba Flower #A38AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.06%

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 31.96%
G = 27.06%
B = 40.98%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A38AD1 (or 0xA38AD1) is known color: Biloba Flower. HEX triplet: A3, 8A and D1. RGB value is (163,138,209). Sum of RGB (Red+Green+Blue) = 163+138+209=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #A38AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AD1 is #5C752E. Grayscale: #999999. Windows color (decimal): -6059311 or 13732515. OLE color: 13732515.

HSL color Cylindrical-coordinate representation of color #A38AD1: hue angle of 261.13º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38AD1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 138 209 -
CMYK 0.22 0.34 0 0.18
HSL 261.13º 0.44% 0.68% -
HSV(B) 261.13º 0.34% 0.82% -
XYZ 35.7 30.57 64.34 -
YUV 153.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 163 138 209 0.22 0.34 0 0.18 261.13 0.44 0.68
Hex A3 8A D1 16 22 0 12 105 2C 44
Octal 243 212 321 26 42 0 22 405 54 104
Binary 10100011 10001010 11010001 10110 100010 0 10010 100000101 101100 1000100

Color Harmonies of #A38AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AD1

Black with #A38AD1

Text Example


Text Example

White with #A38AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AD1; }

 p { color: rgb(163,138,209); }

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

background-color css

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

 a { background-color: rgb(163,138,209); }

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

border-color css

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

 span { border-color: rgb(163,138,209); }

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