Html Css Color HEX #A38FDD Biloba Flower

📋 copy color: '#A38FDD'

red 163 ◦ green 143 ◦ blue 221

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

Shades of Biloba Flower #A38FDD

Tints of Biloba Flower #A38FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 30.93%
G = 27.13%
B = 41.94%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A38FDD (or 0xA38FDD) is known color: Biloba Flower. HEX triplet: A3, 8F and DD. RGB value is (163,143,221). Sum of RGB (Red+Green+Blue) = 163+143+221=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A38FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FDD is #5C7022. Grayscale: #9D9D9D. Windows color (decimal): -6058019 or 14520227. OLE color: 14520227.

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

Color convert

RGB 163 143 221 -
CMYK 0.26 0.35 0 0.13
HSL 255.38º 0.53% 0.71% -
HSV(B) 255.38º 0.35% 0.87% -
XYZ 37.98 32.65 72.71 -
YUV 157.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 163 143 221 0.26 0.35 0 0.13 255.38 0.53 0.71
Hex A3 8F DD 1A 23 0 D FF 35 47
Octal 243 217 335 32 43 0 15 377 65 107
Binary 10100011 10001111 11011101 11010 100011 0 1101 11111111 110101 1000111

Color Harmonies of #A38FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FDD

Black with #A38FDD

Text Example


Text Example

White with #A38FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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