Html Css Color HEX #A833CD Dark Orchid

📋 copy color: '#A833CD'

red 168 ◦ green 51 ◦ blue 205

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

Shades of Dark Orchid #A833CD

Tints of Dark Orchid #A833CD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.03%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 39.62%
G = 12.03%
B = 48.35%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A833CD (or 0xA833CD) is known color: Dark Orchid. HEX triplet: A8, 33 and CD. RGB value is (168,51,205). Sum of RGB (Red+Green+Blue) = 168+51+205=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #A833CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833CD is #57CC32. Grayscale: #676767. Windows color (decimal): -5753907 or 13448104. OLE color: 13448104.

HSL color Cylindrical-coordinate representation of color #A833CD: hue angle of 285.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A833CD is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 51 205 -
CMYK 0.18 0.75 0 0.20
HSL 285.58º 0.61% 0.5% -
HSV(B) 285.58º 0.75% 0.8% -
XYZ 28.35 15.1 59.18 -
YUV 103.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 168 51 205 0.18 0.75 0 0.20 285.58 0.61 0.5
Hex A8 33 CD 12 4B 0 14 11E 3D 32
Octal 250 63 315 22 113 0 24 436 75 62
Binary 10101000 110011 11001101 10010 1001011 0 10100 100011110 111101 110010

Color Harmonies of #A833CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833CD

Black with #A833CD

Text Example


Text Example

White with #A833CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833CD; }

 p { color: rgb(168,51,205); }

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

background-color css

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

 a { background-color: rgb(168,51,205); }

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

border-color css

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

 span { border-color: rgb(168,51,205); }

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