Html Css Color HEX #A38DE5 Biloba Flower

📋 copy color: '#A38DE5'

red 163 ◦ green 141 ◦ blue 229

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

Shades of Biloba Flower #A38DE5

Tints of Biloba Flower #A38DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 30.58%
G = 26.45%
B = 42.96%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A38DE5 (or 0xA38DE5) is known color: Biloba Flower. HEX triplet: A3, 8D and E5. RGB value is (163,141,229). Sum of RGB (Red+Green+Blue) = 163+141+229=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #A38DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DE5 is #5C721A. Grayscale: #9D9D9D. Windows color (decimal): -6058523 or 15044003. OLE color: 15044003.

HSL color Cylindrical-coordinate representation of color #A38DE5: hue angle of 255º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A38DE5 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 141 229 -
CMYK 0.29 0.38 0 0.10
HSL 255º 0.63% 0.73% -
HSV(B) 255º 0.38% 0.9% -
XYZ 38.77 32.49 78.36 -
YUV 157.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 163 141 229 0.29 0.38 0 0.10 255 0.63 0.73
Hex A3 8D E5 1D 26 0 A FF 3F 49
Octal 243 215 345 35 46 0 12 377 77 111
Binary 10100011 10001101 11100101 11101 100110 0 1010 11111111 111111 1001001

Color Harmonies of #A38DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DE5

Black with #A38DE5

Text Example


Text Example

White with #A38DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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