Html Css Color HEX #A38FDC Biloba Flower

📋 copy color: '#A38FDC'

red 163 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #A38FDC

Tints of Biloba Flower #A38FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

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

R = 30.99%
G = 27.19%
B = 41.83%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A38FDC (or 0xA38FDC) is known color: Biloba Flower. HEX triplet: A3, 8F and DC. RGB value is (163,143,220). Sum of RGB (Red+Green+Blue) = 163+143+220=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #A38FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FDC is #5C7023. Grayscale: #9D9D9D. Windows color (decimal): -6058020 or 14454691. OLE color: 14454691.

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

Color convert

RGB 163 143 220 -
CMYK 0.26 0.35 0 0.14
HSL 255.58º 0.52% 0.71% -
HSV(B) 255.58º 0.35% 0.86% -
XYZ 37.84 32.6 72.01 -
YUV 157.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 163 143 220 0.26 0.35 0 0.14 255.58 0.52 0.71
Hex A3 8F DC 1A 23 0 E 100 34 47
Octal 243 217 334 32 43 0 16 400 64 107
Binary 10100011 10001111 11011100 11010 100011 0 1110 100000000 110100 1000111

Color Harmonies of #A38FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FDC

Black with #A38FDC

Text Example


Text Example

White with #A38FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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