Html Css Color HEX #A38AD4 Biloba Flower

📋 copy color: '#A38AD4'

red 163 ◦ green 138 ◦ blue 212

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

Shades of Biloba Flower #A38AD4

Tints of Biloba Flower #A38AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 31.77%
G = 26.9%
B = 41.33%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A38AD4 (or 0xA38AD4) is known color: Biloba Flower. HEX triplet: A3, 8A and D4. RGB value is (163,138,212). Sum of RGB (Red+Green+Blue) = 163+138+212=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #A38AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AD4 is #5C752B. Grayscale: #999999. Windows color (decimal): -6059308 or 13929123. OLE color: 13929123.

HSL color Cylindrical-coordinate representation of color #A38AD4: hue angle of 260.27º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A38AD4 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 138 212 -
CMYK 0.23 0.35 0 0.17
HSL 260.27º 0.46% 0.69% -
HSV(B) 260.27º 0.35% 0.83% -
XYZ 36.08 30.72 66.31 -
YUV 153.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 163 138 212 0.23 0.35 0 0.17 260.27 0.46 0.69
Hex A3 8A D4 17 23 0 11 104 2E 45
Octal 243 212 324 27 43 0 21 404 56 105
Binary 10100011 10001010 11010100 10111 100011 0 10001 100000100 101110 1000101

Color Harmonies of #A38AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AD4

Black with #A38AD4

Text Example


Text Example

White with #A38AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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