Html Css Color HEX #A38ED8 Biloba Flower

📋 copy color: '#A38ED8'

red 163 ◦ green 142 ◦ blue 216

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

Shades of Biloba Flower #A38ED8

Tints of Biloba Flower #A38ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.26%

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 31.29%
G = 27.26%
B = 41.46%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A38ED8 (or 0xA38ED8) is known color: Biloba Flower. HEX triplet: A3, 8E and D8. RGB value is (163,142,216). Sum of RGB (Red+Green+Blue) = 163+142+216=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #A38ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ED8 is #5C7127. Grayscale: #9C9C9C. Windows color (decimal): -6058280 or 14192291. OLE color: 14192291.

HSL color Cylindrical-coordinate representation of color #A38ED8: hue angle of 257.03º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38ED8 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 142 216 -
CMYK 0.25 0.34 0 0.15
HSL 257.03º 0.49% 0.7% -
HSV(B) 257.03º 0.34% 0.85% -
XYZ 37.17 32.09 69.2 -
YUV 156.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 163 142 216 0.25 0.34 0 0.15 257.03 0.49 0.7
Hex A3 8E D8 19 22 0 F 101 31 46
Octal 243 216 330 31 42 0 17 401 61 106
Binary 10100011 10001110 11011000 11001 100010 0 1111 100000001 110001 1000110

Color Harmonies of #A38ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ED8

Black with #A38ED8

Text Example


Text Example

White with #A38ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ED8; }

 p { color: rgb(163,142,216); }

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

background-color css

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

 a { background-color: rgb(163,142,216); }

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

border-color css

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

 span { border-color: rgb(163,142,216); }

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