Html Css Color HEX #A623BF Dark Orchid

📋 copy color: '#A623BF'

red 166 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #A623BF

Tints of Dark Orchid #A623BF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.93%

 BLUE value IS 191 (75% from 255) = 48.72%

R = 42.35%
G = 8.93%
B = 48.72%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A623BF (or 0xA623BF) is known color: Dark Orchid. HEX triplet: A6, 23 and BF. RGB value is (166,35,191). Sum of RGB (Red+Green+Blue) = 166+35+191=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #A623BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623BF is #59DC40. Grayscale: #5B5B5B. Windows color (decimal): -5889089 or 12526502. OLE color: 12526502.

HSL color Cylindrical-coordinate representation of color #A623BF: hue angle of 290.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A623BF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 35 191 -
CMYK 0.13 0.82 0 0.25
HSL 290.38º 0.69% 0.44% -
HSV(B) 290.38º 0.82% 0.75% -
XYZ 25.73 13.07 50.46 -
YUV 91.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 166 35 191 0.13 0.82 0 0.25 290.38 0.69 0.44
Hex A6 23 BF D 52 0 19 122 45 2C
Octal 246 43 277 15 122 0 31 442 105 54
Binary 10100110 100011 10111111 1101 1010010 0 11001 100100010 1000101 101100

Color Harmonies of #A623BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A623BF

Black with #A623BF

Text Example


Text Example

White with #A623BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A623BF; }

 p { color: rgb(166,35,191); }

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

background-color css

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

 a { background-color: rgb(166,35,191); }

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

border-color css

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

 span { border-color: rgb(166,35,191); }

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