Html Css Color HEX #A38AD2 Biloba Flower

📋 copy color: '#A38AD2'

red 163 ◦ green 138 ◦ blue 210

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

Shades of Biloba Flower #A38AD2

Tints of Biloba Flower #A38AD2

RGB

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

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

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

R = 31.9%
G = 27.01%
B = 41.1%

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

#A38AD2 (or 0xA38AD2) is known color: Biloba Flower. HEX triplet: A3, 8A and D2. RGB value is (163,138,210). Sum of RGB (Red+Green+Blue) = 163+138+210=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #A38AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AD2 is #5C752D. Grayscale: #999999. Windows color (decimal): -6059310 or 13798051. OLE color: 13798051.

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

Color convert

RGB 163 138 210 -
CMYK 0.22 0.34 0 0.18
HSL 260.83º 0.44% 0.68% -
HSV(B) 260.83º 0.34% 0.82% -
XYZ 35.83 30.62 64.99 -
YUV 153.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 163 138 210 0.22 0.34 0 0.18 260.83 0.44 0.68
Hex A3 8A D2 16 22 0 12 105 2C 44
Octal 243 212 322 26 42 0 22 405 54 104
Binary 10100011 10001010 11010010 10110 100010 0 10010 100000101 101100 1000100

Color Harmonies of #A38AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AD2

Black with #A38AD2

Text Example


Text Example

White with #A38AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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