Html Css Color HEX #A38DDF Biloba Flower

📋 copy color: '#A38DDF'

red 163 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #A38DDF

Tints of Biloba Flower #A38DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.76%

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

R = 30.93%
G = 26.76%
B = 42.31%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A38DDF (or 0xA38DDF) is known color: Biloba Flower. HEX triplet: A3, 8D and DF. RGB value is (163,141,223). Sum of RGB (Red+Green+Blue) = 163+141+223=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A38DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DDF is #5C7220. Grayscale: #9C9C9C. Windows color (decimal): -6058529 or 14650787. OLE color: 14650787.

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

Color convert

RGB 163 141 223 -
CMYK 0.27 0.37 0 0.13
HSL 256.1º 0.56% 0.71% -
HSV(B) 256.1º 0.37% 0.87% -
XYZ 37.95 32.16 74.02 -
YUV 156.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 163 141 223 0.27 0.37 0 0.13 256.1 0.56 0.71
Hex A3 8D DF 1B 25 0 D 100 38 47
Octal 243 215 337 33 45 0 15 400 70 107
Binary 10100011 10001101 11011111 11011 100101 0 1101 100000000 111000 1000111

Color Harmonies of #A38DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DDF

Black with #A38DDF

Text Example


Text Example

White with #A38DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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