Html Css Color HEX #A38BDD Biloba Flower

📋 copy color: '#A38BDD'

red 163 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #A38BDD

Tints of Biloba Flower #A38BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.58%

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

R = 31.17%
G = 26.58%
B = 42.26%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A38BDD (or 0xA38BDD) is known color: Biloba Flower. HEX triplet: A3, 8B and DD. RGB value is (163,139,221). Sum of RGB (Red+Green+Blue) = 163+139+221=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A38BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BDD is #5C7422. Grayscale: #9B9B9B. Windows color (decimal): -6059043 or 14519203. OLE color: 14519203.

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

Color convert

RGB 163 139 221 -
CMYK 0.26 0.37 0 0.13
HSL 257.56º 0.55% 0.71% -
HSV(B) 257.56º 0.37% 0.87% -
XYZ 37.39 31.47 72.51 -
YUV 155.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 163 139 221 0.26 0.37 0 0.13 257.56 0.55 0.71
Hex A3 8B DD 1A 25 0 D 102 37 47
Octal 243 213 335 32 45 0 15 402 67 107
Binary 10100011 10001011 11011101 11010 100101 0 1101 100000010 110111 1000111

Color Harmonies of #A38BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BDD

Black with #A38BDD

Text Example


Text Example

White with #A38BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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