Html Css Color HEX #A638AF Dark Orchid

📋 copy color: '#A638AF'

red 166 ◦ green 56 ◦ blue 175

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

Shades of Dark Orchid #A638AF

Tints of Dark Orchid #A638AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 41.81%
G = 14.11%
B = 44.08%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A638AF (or 0xA638AF) is known color: Dark Orchid. HEX triplet: A6, 38 and AF. RGB value is (166,56,175). Sum of RGB (Red+Green+Blue) = 166+56+175=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A638AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A638AF is #59C750. Grayscale: #666666. Windows color (decimal): -5883729 or 11483302. OLE color: 11483302.

HSL color Cylindrical-coordinate representation of color #A638AF: hue angle of 295.46º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A638AF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 56 175 -
CMYK 0.05 0.68 0 0.31
HSL 295.46º 0.52% 0.45% -
HSV(B) 295.46º 0.68% 0.69% -
XYZ 24.88 14.03 41.95 -
YUV 102.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 166 56 175 0.05 0.68 0 0.31 295.46 0.52 0.45
Hex A6 38 AF 5 44 0 1F 127 34 2D
Octal 246 70 257 5 104 0 37 447 64 55
Binary 10100110 111000 10101111 101 1000100 0 11111 100100111 110100 101101

Color Harmonies of #A638AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638AF

Black with #A638AF

Text Example


Text Example

White with #A638AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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