Html Css Color HEX #A38AEA Biloba Flower

📋 copy color: '#A38AEA'

red 163 ◦ green 138 ◦ blue 234

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

Shades of Biloba Flower #A38AEA

Tints of Biloba Flower #A38AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 30.47%
G = 25.79%
B = 43.74%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A38AEA (or 0xA38AEA) is known color: Biloba Flower. HEX triplet: A3, 8A and EA. RGB value is (163,138,234). Sum of RGB (Red+Green+Blue) = 163+138+234=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #A38AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38AEA is #5C7515. Grayscale: #9C9C9C. Windows color (decimal): -6059286 or 15370915. OLE color: 15370915.

HSL color Cylindrical-coordinate representation of color #A38AEA: hue angle of 255.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38AEA is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 138 234 -
CMYK 0.30 0.41 0 0.08
HSL 255.63º 0.7% 0.73% -
HSV(B) 255.63º 0.41% 0.92% -
XYZ 39.04 31.9 81.94 -
YUV 156.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 163 138 234 0.30 0.41 0 0.08 255.63 0.7 0.73
Hex A3 8A EA 1E 29 0 8 100 46 49
Octal 243 212 352 36 51 0 10 400 106 111
Binary 10100011 10001010 11101010 11110 101001 0 1000 100000000 1000110 1001001

Color Harmonies of #A38AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AEA

Black with #A38AEA

Text Example


Text Example

White with #A38AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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