Html Css Color HEX #A38DEA Biloba Flower

📋 copy color: '#A38DEA'

red 163 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #A38DEA

Tints of Biloba Flower #A38DEA

RGB

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

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

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

R = 30.3%
G = 26.21%
B = 43.49%

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

#A38DEA (or 0xA38DEA) is known color: Biloba Flower. HEX triplet: A3, 8D and EA. RGB value is (163,141,234). Sum of RGB (Red+Green+Blue) = 163+141+234=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #A38DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38DEA is #5C7215. Grayscale: #9D9D9D. Windows color (decimal): -6058518 or 15371683. OLE color: 15371683.

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

Color convert

RGB 163 141 234 -
CMYK 0.30 0.40 0 0.08
HSL 254.19º 0.69% 0.74% -
HSV(B) 254.19º 0.4% 0.92% -
XYZ 39.48 32.78 82.09 -
YUV 158.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 163 141 234 0.30 0.40 0 0.08 254.19 0.69 0.74
Hex A3 8D EA 1E 28 0 8 FE 45 4A
Octal 243 215 352 36 50 0 10 376 105 112
Binary 10100011 10001101 11101010 11110 101000 0 1000 11111110 1000101 1001010

Color Harmonies of #A38DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DEA

Black with #A38DEA

Text Example


Text Example

White with #A38DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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