Html Css Color HEX #A833C5 Dark Orchid

📋 copy color: '#A833C5'

red 168 ◦ green 51 ◦ blue 197

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

Shades of Dark Orchid #A833C5

Tints of Dark Orchid #A833C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.36%

R = 40.38%
G = 12.26%
B = 47.36%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A833C5 (or 0xA833C5) is known color: Dark Orchid. HEX triplet: A8, 33 and C5. RGB value is (168,51,197). Sum of RGB (Red+Green+Blue) = 168+51+197=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #A833C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833C5 is #57CC3A. Grayscale: #666666. Windows color (decimal): -5753915 or 12923816. OLE color: 12923816.

HSL color Cylindrical-coordinate representation of color #A833C5: hue angle of 288.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A833C5 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 51 197 -
CMYK 0.15 0.74 0 0.23
HSL 288.08º 0.59% 0.49% -
HSV(B) 288.08º 0.74% 0.77% -
XYZ 27.41 14.72 54.22 -
YUV 102.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 168 51 197 0.15 0.74 0 0.23 288.08 0.59 0.49
Hex A8 33 C5 F 4A 0 17 120 3B 31
Octal 250 63 305 17 112 0 27 440 73 61
Binary 10101000 110011 11000101 1111 1001010 0 10111 100100000 111011 110001

Color Harmonies of #A833C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833C5

Black with #A833C5

Text Example


Text Example

White with #A833C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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