Html Css Color HEX #A923E6 Dark Orchid

📋 copy color: '#A923E6'

red 169 ◦ green 35 ◦ blue 230

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

Shades of Dark Orchid #A923E6

Tints of Dark Orchid #A923E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53%

R = 38.94%
G = 8.06%
B = 53%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A923E6 (or 0xA923E6) is known color: Dark Orchid. HEX triplet: A9, 23 and E6. RGB value is (169,35,230). Sum of RGB (Red+Green+Blue) = 169+35+230=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #A923E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A923E6 is #56DC19. Grayscale: #606060. Windows color (decimal): -5692442 or 15082409. OLE color: 15082409.

HSL color Cylindrical-coordinate representation of color #A923E6: hue angle of 281.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A923E6 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 35 230 -
CMYK 0.27 0.85 0 0.10
HSL 281.23º 0.8% 0.52% -
HSV(B) 281.23º 0.85% 0.9% -
XYZ 31.25 15.35 76.18 -
YUV 97.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 169 35 230 0.27 0.85 0 0.10 281.23 0.8 0.52
Hex A9 23 E6 1B 55 0 A 119 50 34
Octal 251 43 346 33 125 0 12 431 120 64
Binary 10101001 100011 11100110 11011 1010101 0 1010 100011001 1010000 110100

Color Harmonies of #A923E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A923E6

Black with #A923E6

Text Example


Text Example

White with #A923E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A923E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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