Html Css Color HEX #A838C5 Dark Orchid

📋 copy color: '#A838C5'

red 168 ◦ green 56 ◦ blue 197

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

Shades of Dark Orchid #A838C5

Tints of Dark Orchid #A838C5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.3%

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

R = 39.9%
G = 13.3%
B = 46.79%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A838C5 (or 0xA838C5) is known color: Dark Orchid. HEX triplet: A8, 38 and C5. RGB value is (168,56,197). Sum of RGB (Red+Green+Blue) = 168+56+197=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #A838C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838C5 is #57C73A. Grayscale: #696969. Windows color (decimal): -5752635 or 12925096. OLE color: 12925096.

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

Color convert

RGB 168 56 197 -
CMYK 0.15 0.72 0 0.23
HSL 287.66º 0.56% 0.5% -
HSV(B) 287.66º 0.72% 0.77% -
XYZ 27.64 15.18 54.3 -
YUV 105.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 168 56 197 0.15 0.72 0 0.23 287.66 0.56 0.5
Hex A8 38 C5 F 48 0 17 120 38 32
Octal 250 70 305 17 110 0 27 440 70 62
Binary 10101000 111000 11000101 1111 1001000 0 10111 100100000 111000 110010

Color Harmonies of #A838C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A838C5

Black with #A838C5

Text Example


Text Example

White with #A838C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A838C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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