Html Css Color HEX #A38EDE Biloba Flower

📋 copy color: '#A38EDE'

red 163 ◦ green 142 ◦ blue 222

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

Shades of Biloba Flower #A38EDE

Tints of Biloba Flower #A38EDE

RGB

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

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

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

R = 30.93%
G = 26.94%
B = 42.13%

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

#A38EDE (or 0xA38EDE) is known color: Biloba Flower. HEX triplet: A3, 8E and DE. RGB value is (163,142,222). Sum of RGB (Red+Green+Blue) = 163+142+222=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #A38EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EDE is #5C7121. Grayscale: #9D9D9D. Windows color (decimal): -6058274 or 14585507. OLE color: 14585507.

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

Color convert

RGB 163 142 222 -
CMYK 0.27 0.36 0 0.13
HSL 255.75º 0.55% 0.71% -
HSV(B) 255.75º 0.36% 0.87% -
XYZ 37.96 32.41 73.36 -
YUV 157.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 163 142 222 0.27 0.36 0 0.13 255.75 0.55 0.71
Hex A3 8E DE 1B 24 0 D 100 37 47
Octal 243 216 336 33 44 0 15 400 67 107
Binary 10100011 10001110 11011110 11011 100100 0 1101 100000000 110111 1000111

Color Harmonies of #A38EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EDE

Black with #A38EDE

Text Example


Text Example

White with #A38EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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