Html Css Color HEX #A38EDD Biloba Flower

📋 copy color: '#A38EDD'

red 163 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #A38EDD

Tints of Biloba Flower #A38EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 30.99%
G = 27%
B = 42.02%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A38EDD (or 0xA38EDD) is known color: Biloba Flower. HEX triplet: A3, 8E and DD. RGB value is (163,142,221). Sum of RGB (Red+Green+Blue) = 163+142+221=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A38EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EDD is #5C7122. Grayscale: #9C9C9C. Windows color (decimal): -6058275 or 14519971. OLE color: 14519971.

HSL color Cylindrical-coordinate representation of color #A38EDD: hue angle of 255.95º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38EDD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 142 221 -
CMYK 0.26 0.36 0 0.13
HSL 255.95º 0.54% 0.71% -
HSV(B) 255.95º 0.36% 0.87% -
XYZ 37.83 32.35 72.66 -
YUV 157.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 163 142 221 0.26 0.36 0 0.13 255.95 0.54 0.71
Hex A3 8E DD 1A 24 0 D 100 36 47
Octal 243 216 335 32 44 0 15 400 66 107
Binary 10100011 10001110 11011101 11010 100100 0 1101 100000000 110110 1000111

Color Harmonies of #A38EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EDD

Black with #A38EDD

Text Example


Text Example

White with #A38EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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