Html Css Color HEX #A638BC Dark Orchid

📋 copy color: '#A638BC'

red 166 ◦ green 56 ◦ blue 188

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

Shades of Dark Orchid #A638BC

Tints of Dark Orchid #A638BC

RGB

 RED value IS 166 (65.23% from 255) = 40.49%

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

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

R = 40.49%
G = 13.66%
B = 45.85%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A638BC (or 0xA638BC) is known color: Dark Orchid. HEX triplet: A6, 38 and BC. RGB value is (166,56,188). Sum of RGB (Red+Green+Blue) = 166+56+188=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #A638BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638BC is #59C743. Grayscale: #676767. Windows color (decimal): -5883716 or 12335270. OLE color: 12335270.

HSL color Cylindrical-coordinate representation of color #A638BC: hue angle of 290º 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 #A638BC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 56 188 -
CMYK 0.12 0.70 0 0.26
HSL 290º 0.54% 0.48% -
HSV(B) 290º 0.7% 0.74% -
XYZ 26.22 14.57 49.01 -
YUV 103.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 166 56 188 0.12 0.70 0 0.26 290 0.54 0.48
Hex A6 38 BC C 46 0 1A 122 36 30
Octal 246 70 274 14 106 0 32 442 66 60
Binary 10100110 111000 10111100 1100 1000110 0 11010 100100010 110110 110000

Color Harmonies of #A638BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638BC

Black with #A638BC

Text Example


Text Example

White with #A638BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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