Html Css Color HEX #A38DDE Biloba Flower

📋 copy color: '#A38DDE'

red 163 ◦ green 141 ◦ blue 222

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

Shades of Biloba Flower #A38DDE

Tints of Biloba Flower #A38DDE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.81%

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 30.99%
G = 26.81%
B = 42.21%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A38DDE (or 0xA38DDE) is known color: Biloba Flower. HEX triplet: A3, 8D and DE. RGB value is (163,141,222). Sum of RGB (Red+Green+Blue) = 163+141+222=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #A38DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DDE is #5C7221. Grayscale: #9C9C9C. Windows color (decimal): -6058530 or 14585251. OLE color: 14585251.

HSL color Cylindrical-coordinate representation of color #A38DDE: hue angle of 256.3º degrees, saturation: 0.55, 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 #A38DDE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 141 222 -
CMYK 0.27 0.36 0 0.13
HSL 256.3º 0.55% 0.71% -
HSV(B) 256.3º 0.36% 0.87% -
XYZ 37.81 32.11 73.31 -
YUV 156.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 163 141 222 0.27 0.36 0 0.13 256.3 0.55 0.71
Hex A3 8D DE 1B 24 0 D 100 37 47
Octal 243 215 336 33 44 0 15 400 67 107
Binary 10100011 10001101 11011110 11011 100100 0 1101 100000000 110111 1000111

Color Harmonies of #A38DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DDE

Black with #A38DDE

Text Example


Text Example

White with #A38DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DDE; }

 p { color: rgb(163,141,222); }

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

background-color css

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

 a { background-color: rgb(163,141,222); }

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

border-color css

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

 span { border-color: rgb(163,141,222); }

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