Html Css Color HEX #A38CDA Biloba Flower

📋 copy color: '#A38CDA'

red 163 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #A38CDA

Tints of Biloba Flower #A38CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.87%

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

R = 31.29%
G = 26.87%
B = 41.84%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A38CDA (or 0xA38CDA) is known color: Biloba Flower. HEX triplet: A3, 8C and DA. RGB value is (163,140,218). Sum of RGB (Red+Green+Blue) = 163+140+218=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A38CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CDA is #5C7325. Grayscale: #9B9B9B. Windows color (decimal): -6058790 or 14322851. OLE color: 14322851.

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

Color convert

RGB 163 140 218 -
CMYK 0.25 0.36 0 0.15
HSL 257.69º 0.51% 0.7% -
HSV(B) 257.69º 0.36% 0.85% -
XYZ 37.14 31.6 70.47 -
YUV 155.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 163 140 218 0.25 0.36 0 0.15 257.69 0.51 0.7
Hex A3 8C DA 19 24 0 F 102 33 46
Octal 243 214 332 31 44 0 17 402 63 106
Binary 10100011 10001100 11011010 11001 100100 0 1111 100000010 110011 1000110

Color Harmonies of #A38CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CDA

Black with #A38CDA

Text Example


Text Example

White with #A38CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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