Html Css Color HEX #A823CF Dark Orchid

📋 copy color: '#A823CF'

red 168 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #A823CF

Tints of Dark Orchid #A823CF

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 40.98%
G = 8.54%
B = 50.49%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A823CF (or 0xA823CF) is known color: Dark Orchid. HEX triplet: A8, 23 and CF. RGB value is (168,35,207). Sum of RGB (Red+Green+Blue) = 168+35+207=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #A823CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823CF is #57DC30. Grayscale: #5D5D5D. Windows color (decimal): -5758001 or 13575080. OLE color: 13575080.

HSL color Cylindrical-coordinate representation of color #A823CF: hue angle of 286.4º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A823CF is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 35 207 -
CMYK 0.19 0.83 0 0.19
HSL 286.4º 0.71% 0.47% -
HSV(B) 286.4º 0.83% 0.81% -
XYZ 28.01 14.03 60.26 -
YUV 94.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 168 35 207 0.19 0.83 0 0.19 286.4 0.71 0.47
Hex A8 23 CF 13 53 0 13 11E 47 2F
Octal 250 43 317 23 123 0 23 436 107 57
Binary 10101000 100011 11001111 10011 1010011 0 10011 100011110 1000111 101111

Color Harmonies of #A823CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823CF

Black with #A823CF

Text Example


Text Example

White with #A823CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823CF; }

 p { color: rgb(168,35,207); }

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

background-color css

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

 a { background-color: rgb(168,35,207); }

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

border-color css

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

 span { border-color: rgb(168,35,207); }

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