Html Css Color HEX #A38DED Biloba Flower

📋 copy color: '#A38DED'

red 163 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #A38DED

Tints of Biloba Flower #A38DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.06%

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 30.13%
G = 26.06%
B = 43.81%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A38DED (or 0xA38DED) is known color: Biloba Flower. HEX triplet: A3, 8D and ED. RGB value is (163,141,237). Sum of RGB (Red+Green+Blue) = 163+141+237=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A38DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38DED is #5C7212. Grayscale: #9E9E9E. Windows color (decimal): -6058515 or 15568291. OLE color: 15568291.

HSL color Cylindrical-coordinate representation of color #A38DED: hue angle of 253.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38DED is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 141 237 -
CMYK 0.31 0.41 0 0.07
HSL 253.75º 0.73% 0.74% -
HSV(B) 253.75º 0.41% 0.93% -
XYZ 39.92 32.95 84.38 -
YUV 158.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 163 141 237 0.31 0.41 0 0.07 253.75 0.73 0.74
Hex A3 8D ED 1F 29 0 7 FE 49 4A
Octal 243 215 355 37 51 0 7 376 111 112
Binary 10100011 10001101 11101101 11111 101001 0 111 11111110 1001001 1001010

Color Harmonies of #A38DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DED

Black with #A38DED

Text Example


Text Example

White with #A38DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DED; }

 p { color: rgb(163,141,237); }

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

background-color css

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

 a { background-color: rgb(163,141,237); }

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

border-color css

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

 span { border-color: rgb(163,141,237); }

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