Html Css Color HEX #A923B3 Dark Orchid

📋 copy color: '#A923B3'

red 169 ◦ green 35 ◦ blue 179

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

Shades of Dark Orchid #A923B3

Tints of Dark Orchid #A923B3

RGB

 RED value IS 169 (66.41% from 255) = 44.13%

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

 BLUE value IS 179 (70.31% from 255) = 46.74%

R = 44.13%
G = 9.14%
B = 46.74%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A923B3 (or 0xA923B3) is known color: Dark Orchid. HEX triplet: A9, 23 and B3. RGB value is (169,35,179). Sum of RGB (Red+Green+Blue) = 169+35+179=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #A923B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A923B3 is #56DC4C. Grayscale: #5B5B5B. Windows color (decimal): -5692493 or 11740073. OLE color: 11740073.

HSL color Cylindrical-coordinate representation of color #A923B3: hue angle of 295.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A923B3 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 35 179 -
CMYK 0.06 0.80 0 0.30
HSL 295.83º 0.67% 0.42% -
HSV(B) 295.83º 0.8% 0.7% -
XYZ 25.1 12.89 43.81 -
YUV 91.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 169 35 179 0.06 0.80 0 0.30 295.83 0.67 0.42
Hex A9 23 B3 6 50 0 1E 128 43 2A
Octal 251 43 263 6 120 0 36 450 103 52
Binary 10101001 100011 10110011 110 1010000 0 11110 100101000 1000011 101010

Color Harmonies of #A923B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A923B3

Black with #A923B3

Text Example


Text Example

White with #A923B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A923B3; }

 p { color: rgb(169,35,179); }

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

background-color css

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

 a { background-color: rgb(169,35,179); }

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

border-color css

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

 span { border-color: rgb(169,35,179); }

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