Html Css Color HEX #A38AD5 Biloba Flower

📋 copy color: '#A38AD5'

red 163 ◦ green 138 ◦ blue 213

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

Shades of Biloba Flower #A38AD5

Tints of Biloba Flower #A38AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.44%

R = 31.71%
G = 26.85%
B = 41.44%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A38AD5 (or 0xA38AD5) is known color: Biloba Flower. HEX triplet: A3, 8A and D5. RGB value is (163,138,213). Sum of RGB (Red+Green+Blue) = 163+138+213=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #A38AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AD5 is #5C752A. Grayscale: #999999. Windows color (decimal): -6059307 or 13994659. OLE color: 13994659.

HSL color Cylindrical-coordinate representation of color #A38AD5: hue angle of 260º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A38AD5 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 138 213 -
CMYK 0.23 0.35 0 0.16
HSL 260º 0.47% 0.69% -
HSV(B) 260º 0.35% 0.84% -
XYZ 36.2 30.77 66.98 -
YUV 154.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 163 138 213 0.23 0.35 0 0.16 260 0.47 0.69
Hex A3 8A D5 17 23 0 10 104 2F 45
Octal 243 212 325 27 43 0 20 404 57 105
Binary 10100011 10001010 11010101 10111 100011 0 10000 100000100 101111 1000101

Color Harmonies of #A38AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AD5

Black with #A38AD5

Text Example


Text Example

White with #A38AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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