Html Css Color HEX #A38CEA Biloba Flower

📋 copy color: '#A38CEA'

red 163 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #A38CEA

Tints of Biloba Flower #A38CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.07%

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

R = 30.35%
G = 26.07%
B = 43.58%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A38CEA (or 0xA38CEA) is known color: Biloba Flower. HEX triplet: A3, 8C and EA. RGB value is (163,140,234). Sum of RGB (Red+Green+Blue) = 163+140+234=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #A38CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CEA is #5C7315. Grayscale: #9D9D9D. Windows color (decimal): -6058774 or 15371427. OLE color: 15371427.

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

Color convert

RGB 163 140 234 -
CMYK 0.30 0.40 0 0.08
HSL 254.68º 0.69% 0.73% -
HSV(B) 254.68º 0.4% 0.92% -
XYZ 39.33 32.48 82.04 -
YUV 157.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 163 140 234 0.30 0.40 0 0.08 254.68 0.69 0.73
Hex A3 8C EA 1E 28 0 8 FF 45 49
Octal 243 214 352 36 50 0 10 377 105 111
Binary 10100011 10001100 11101010 11110 101000 0 1000 11111111 1000101 1001001

Color Harmonies of #A38CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CEA

Black with #A38CEA

Text Example


Text Example

White with #A38CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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