Html Css Color HEX #A38ADC Biloba Flower

📋 copy color: '#A38ADC'

red 163 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #A38ADC

Tints of Biloba Flower #A38ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.49%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 31.29%
G = 26.49%
B = 42.23%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A38ADC (or 0xA38ADC) is known color: Biloba Flower. HEX triplet: A3, 8A and DC. RGB value is (163,138,220). Sum of RGB (Red+Green+Blue) = 163+138+220=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A38ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ADC is #5C7523. Grayscale: #9A9A9A. Windows color (decimal): -6059300 or 14453411. OLE color: 14453411.

HSL color Cylindrical-coordinate representation of color #A38ADC: hue angle of 258.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A38ADC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 138 220 -
CMYK 0.26 0.37 0 0.14
HSL 258.29º 0.54% 0.7% -
HSV(B) 258.29º 0.37% 0.86% -
XYZ 37.11 31.13 71.76 -
YUV 154.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 163 138 220 0.26 0.37 0 0.14 258.29 0.54 0.7
Hex A3 8A DC 1A 25 0 E 102 36 46
Octal 243 212 334 32 45 0 16 402 66 106
Binary 10100011 10001010 11011100 11010 100101 0 1110 100000010 110110 1000110

Color Harmonies of #A38ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ADC

Black with #A38ADC

Text Example


Text Example

White with #A38ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ADC; }

 p { color: rgb(163,138,220); }

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

background-color css

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

 a { background-color: rgb(163,138,220); }

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

border-color css

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

 span { border-color: rgb(163,138,220); }

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