Html Css Color HEX #A38AED Biloba Flower

📋 copy color: '#A38AED'

red 163 ◦ green 138 ◦ blue 237

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

Shades of Biloba Flower #A38AED

Tints of Biloba Flower #A38AED

RGB

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

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

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

R = 30.3%
G = 25.65%
B = 44.05%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A38AED (or 0xA38AED) is known color: Biloba Flower. HEX triplet: A3, 8A and ED. RGB value is (163,138,237). Sum of RGB (Red+Green+Blue) = 163+138+237=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #A38AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38AED is #5C7512. Grayscale: #9C9C9C. Windows color (decimal): -6059283 or 15567523. OLE color: 15567523.

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

Color convert

RGB 163 138 237 -
CMYK 0.31 0.42 0 0.07
HSL 255.15º 0.73% 0.74% -
HSV(B) 255.15º 0.42% 0.93% -
XYZ 39.48 32.08 84.23 -
YUV 156.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 163 138 237 0.31 0.42 0 0.07 255.15 0.73 0.74
Hex A3 8A ED 1F 2A 0 7 FF 49 4A
Octal 243 212 355 37 52 0 7 377 111 112
Binary 10100011 10001010 11101101 11111 101010 0 111 11111111 1001001 1001010

Color Harmonies of #A38AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AED

Black with #A38AED

Text Example


Text Example

White with #A38AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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