Html Css Color HEX #A38BD2 Biloba Flower

📋 copy color: '#A38BD2'

red 163 ◦ green 139 ◦ blue 210

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

Shades of Biloba Flower #A38BD2

Tints of Biloba Flower #A38BD2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 31.84%
G = 27.15%
B = 41.02%

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

#A38BD2 (or 0xA38BD2) is known color: Biloba Flower. HEX triplet: A3, 8B and D2. RGB value is (163,139,210). Sum of RGB (Red+Green+Blue) = 163+139+210=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #A38BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BD2 is #5C742D. Grayscale: #9A9A9A. Windows color (decimal): -6059054 or 13798307. OLE color: 13798307.

HSL color Cylindrical-coordinate representation of color #A38BD2: hue angle of 260.28º 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 #A38BD2 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 139 210 -
CMYK 0.22 0.34 0 0.18
HSL 260.28º 0.44% 0.68% -
HSV(B) 260.28º 0.34% 0.82% -
XYZ 35.97 30.9 65.04 -
YUV 154.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 163 139 210 0.22 0.34 0 0.18 260.28 0.44 0.68
Hex A3 8B D2 16 22 0 12 104 2C 44
Octal 243 213 322 26 42 0 22 404 54 104
Binary 10100011 10001011 11010010 10110 100010 0 10010 100000100 101100 1000100

Color Harmonies of #A38BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BD2

Black with #A38BD2

Text Example


Text Example

White with #A38BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BD2; }

 p { color: rgb(163,139,210); }

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

background-color css

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

 a { background-color: rgb(163,139,210); }

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

border-color css

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

 span { border-color: rgb(163,139,210); }

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