Html Css Color HEX #A738BB Dark Orchid

📋 copy color: '#A738BB'

red 167 ◦ green 56 ◦ blue 187

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

Shades of Dark Orchid #A738BB

Tints of Dark Orchid #A738BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 40.73%
G = 13.66%
B = 45.61%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A738BB (or 0xA738BB) is known color: Dark Orchid. HEX triplet: A7, 38 and BB. RGB value is (167,56,187). Sum of RGB (Red+Green+Blue) = 167+56+187=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #A738BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A738BB is #58C744. Grayscale: #676767. Windows color (decimal): -5818181 or 12269735. OLE color: 12269735.

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

Color convert

RGB 167 56 187 -
CMYK 0.11 0.70 0 0.27
HSL 290.84º 0.54% 0.48% -
HSV(B) 290.84º 0.7% 0.73% -
XYZ 26.32 14.63 48.45 -
YUV 104.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 167 56 187 0.11 0.70 0 0.27 290.84 0.54 0.48
Hex A7 38 BB B 46 0 1B 123 36 30
Octal 247 70 273 13 106 0 33 443 66 60
Binary 10100111 111000 10111011 1011 1000110 0 11011 100100011 110110 110000

Color Harmonies of #A738BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A738BB

Black with #A738BB

Text Example


Text Example

White with #A738BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A738BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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