Html Css Color HEX #A738BA Dark Orchid

📋 copy color: '#A738BA'

red 167 ◦ green 56 ◦ blue 186

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

Shades of Dark Orchid #A738BA

Tints of Dark Orchid #A738BA

RGB

 RED value IS 167 (65.63% from 255) = 40.83%

 GREEN value IS 56 (22.27% from 255) = 13.69%

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 40.83%
G = 13.69%
B = 45.48%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A738BA (or 0xA738BA) is known color: Dark Orchid. HEX triplet: A7, 38 and BA. RGB value is (167,56,186). Sum of RGB (Red+Green+Blue) = 167+56+186=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #A738BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A738BA is #58C745. Grayscale: #676767. Windows color (decimal): -5818182 or 12204199. OLE color: 12204199.

HSL color Cylindrical-coordinate representation of color #A738BA: hue angle of 291.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A738BA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 56 186 -
CMYK 0.10 0.70 0 0.27
HSL 291.23º 0.54% 0.47% -
HSV(B) 291.23º 0.7% 0.73% -
XYZ 26.21 14.59 47.89 -
YUV 104.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 167 56 186 0.10 0.70 0 0.27 291.23 0.54 0.47
Hex A7 38 BA A 46 0 1B 123 36 2F
Octal 247 70 272 12 106 0 33 443 66 57
Binary 10100111 111000 10111010 1010 1000110 0 11011 100100011 110110 101111

Color Harmonies of #A738BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A738BA

Black with #A738BA

Text Example


Text Example

White with #A738BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A738BA; }

 p { color: rgb(167,56,186); }

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

background-color css

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

 a { background-color: rgb(167,56,186); }

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

border-color css

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

 span { border-color: rgb(167,56,186); }

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