Html Css Color HEX #A38CE4 Biloba Flower

📋 copy color: '#A38CE4'

red 163 ◦ green 140 ◦ blue 228

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

Shades of Biloba Flower #A38CE4

Tints of Biloba Flower #A38CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.94%

R = 30.7%
G = 26.37%
B = 42.94%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A38CE4 (or 0xA38CE4) is known color: Biloba Flower. HEX triplet: A3, 8C and E4. RGB value is (163,140,228). Sum of RGB (Red+Green+Blue) = 163+140+228=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #A38CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CE4 is #5C731B. Grayscale: #9C9C9C. Windows color (decimal): -6058780 or 14978211. OLE color: 14978211.

HSL color Cylindrical-coordinate representation of color #A38CE4: hue angle of 255.68º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38CE4 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 140 228 -
CMYK 0.29 0.39 0 0.11
HSL 255.68º 0.62% 0.72% -
HSV(B) 255.68º 0.39% 0.89% -
XYZ 38.49 32.14 77.57 -
YUV 156.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 163 140 228 0.29 0.39 0 0.11 255.68 0.62 0.72
Hex A3 8C E4 1D 27 0 B 100 3E 48
Octal 243 214 344 35 47 0 13 400 76 110
Binary 10100011 10001100 11100100 11101 100111 0 1011 100000000 111110 1001000

Color Harmonies of #A38CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CE4

Black with #A38CE4

Text Example


Text Example

White with #A38CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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