Html Css Color HEX #A838CB Dark Orchid

📋 copy color: '#A838CB'

red 168 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #A838CB

Tints of Dark Orchid #A838CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 39.34%
G = 13.11%
B = 47.54%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A838CB (or 0xA838CB) is known color: Dark Orchid. HEX triplet: A8, 38 and CB. RGB value is (168,56,203). Sum of RGB (Red+Green+Blue) = 168+56+203=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #A838CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838CB is #57C734. Grayscale: #696969. Windows color (decimal): -5752629 or 13318312. OLE color: 13318312.

HSL color Cylindrical-coordinate representation of color #A838CB: hue angle of 285.71º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A838CB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 56 203 -
CMYK 0.17 0.72 0 0.20
HSL 285.71º 0.59% 0.51% -
HSV(B) 285.71º 0.72% 0.8% -
XYZ 28.34 15.46 57.99 -
YUV 106.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 168 56 203 0.17 0.72 0 0.20 285.71 0.59 0.51
Hex A8 38 CB 11 48 0 14 11E 3B 33
Octal 250 70 313 21 110 0 24 436 73 63
Binary 10101000 111000 11001011 10001 1001000 0 10100 100011110 111011 110011

Color Harmonies of #A838CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A838CB

Black with #A838CB

Text Example


Text Example

White with #A838CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A838CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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