Html Css Color HEX #A438BC Dark Orchid

📋 copy color: '#A438BC'

red 164 ◦ green 56 ◦ blue 188

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

Shades of Dark Orchid #A438BC

Tints of Dark Orchid #A438BC

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 40.2%
G = 13.73%
B = 46.08%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A438BC (or 0xA438BC) is known color: Dark Orchid. HEX triplet: A4, 38 and BC. RGB value is (164,56,188). Sum of RGB (Red+Green+Blue) = 164+56+188=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #A438BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438BC is #5BC743. Grayscale: #666666. Windows color (decimal): -6014788 or 12335268. OLE color: 12335268.

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

Color convert

RGB 164 56 188 -
CMYK 0.13 0.70 0 0.26
HSL 289.09º 0.54% 0.48% -
HSV(B) 289.09º 0.7% 0.74% -
XYZ 25.8 14.35 48.99 -
YUV 103.34 175.78 171.27 -
System Red Green Blue C M Y K H S L
Decimal 164 56 188 0.13 0.70 0 0.26 289.09 0.54 0.48
Hex A4 38 BC D 46 0 1A 121 36 30
Octal 244 70 274 15 106 0 32 441 66 60
Binary 10100100 111000 10111100 1101 1000110 0 11010 100100001 110110 110000

Color Harmonies of #A438BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438BC

Black with #A438BC

Text Example


Text Example

White with #A438BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438BC; }

 p { color: rgb(164,56,188); }

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

background-color css

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

 a { background-color: rgb(164,56,188); }

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

border-color css

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

 span { border-color: rgb(164,56,188); }

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