Html Css Color HEX #A38EDA Biloba Flower

📋 copy color: '#A38EDA'

red 163 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #A38EDA

Tints of Biloba Flower #A38EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 31.17%
G = 27.15%
B = 41.68%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A38EDA (or 0xA38EDA) is known color: Biloba Flower. HEX triplet: A3, 8E and DA. RGB value is (163,142,218). Sum of RGB (Red+Green+Blue) = 163+142+218=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #A38EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EDA is #5C7125. Grayscale: #9C9C9C. Windows color (decimal): -6058278 or 14323363. OLE color: 14323363.

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

Color convert

RGB 163 142 218 -
CMYK 0.25 0.35 0 0.15
HSL 256.58º 0.51% 0.71% -
HSV(B) 256.58º 0.35% 0.85% -
XYZ 37.43 32.19 70.57 -
YUV 156.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 163 142 218 0.25 0.35 0 0.15 256.58 0.51 0.71
Hex A3 8E DA 19 23 0 F 101 33 47
Octal 243 216 332 31 43 0 17 401 63 107
Binary 10100011 10001110 11011010 11001 100011 0 1111 100000001 110011 1000111

Color Harmonies of #A38EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EDA

Black with #A38EDA

Text Example


Text Example

White with #A38EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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