Html Css Color HEX #A38CED Biloba Flower

📋 copy color: '#A38CED'

red 163 ◦ green 140 ◦ blue 237

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

Shades of Biloba Flower #A38CED

Tints of Biloba Flower #A38CED

RGB

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

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

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

R = 30.19%
G = 25.93%
B = 43.89%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A38CED (or 0xA38CED) is known color: Biloba Flower. HEX triplet: A3, 8C and ED. RGB value is (163,140,237). Sum of RGB (Red+Green+Blue) = 163+140+237=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A38CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CED is #5C7312. Grayscale: #9D9D9D. Windows color (decimal): -6058771 or 15568035. OLE color: 15568035.

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

Color convert

RGB 163 140 237 -
CMYK 0.31 0.41 0 0.07
HSL 254.23º 0.73% 0.74% -
HSV(B) 254.23º 0.41% 0.93% -
XYZ 39.77 32.66 84.33 -
YUV 157.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 163 140 237 0.31 0.41 0 0.07 254.23 0.73 0.74
Hex A3 8C ED 1F 29 0 7 FE 49 4A
Octal 243 214 355 37 51 0 7 376 111 112
Binary 10100011 10001100 11101101 11111 101001 0 111 11111110 1001001 1001010

Color Harmonies of #A38CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CED

Black with #A38CED

Text Example


Text Example

White with #A38CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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