Html Css Color HEX #A038C8 Dark Orchid

📋 copy color: '#A038C8'

red 160 ◦ green 56 ◦ blue 200

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

Shades of Dark Orchid #A038C8

Tints of Dark Orchid #A038C8

RGB

 RED value IS 160 (62.89% from 255) = 38.46%

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

 BLUE value IS 200 (78.52% from 255) = 48.08%

R = 38.46%
G = 13.46%
B = 48.08%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A038C8 (or 0xA038C8) is known color: Dark Orchid. HEX triplet: A0, 38 and C8. RGB value is (160,56,200). Sum of RGB (Red+Green+Blue) = 160+56+200=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #A038C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038C8 is #5FC737. Grayscale: #676767. Windows color (decimal): -6276920 or 13121696. OLE color: 13121696.

HSL color Cylindrical-coordinate representation of color #A038C8: hue angle of 283.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A038C8 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 56 200 -
CMYK 0.2 0.72 0 0.22
HSL 283.33º 0.57% 0.5% -
HSV(B) 283.33º 0.72% 0.78% -
XYZ 26.34 14.47 56.05 -
YUV 103.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 160 56 200 0.2 0.72 0 0.22 283.33 0.57 0.5
Hex A0 38 C8 14 48 0 16 11B 39 32
Octal 240 70 310 24 110 0 26 433 71 62
Binary 10100000 111000 11001000 10100 1001000 0 10110 100011011 111001 110010

Color Harmonies of #A038C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038C8

Black with #A038C8

Text Example


Text Example

White with #A038C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038C8; }

 p { color: rgb(160,56,200); }

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

background-color css

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

 a { background-color: rgb(160,56,200); }

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

border-color css

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

 span { border-color: rgb(160,56,200); }

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