Html Css Color HEX #A738DB Dark Orchid

📋 copy color: '#A738DB'

red 167 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #A738DB

Tints of Dark Orchid #A738DB

RGB

 RED value IS 167 (65.63% from 255) = 37.78%

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 37.78%
G = 12.67%
B = 49.55%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A738DB (or 0xA738DB) is known color: Dark Orchid. HEX triplet: A7, 38 and DB. RGB value is (167,56,219). Sum of RGB (Red+Green+Blue) = 167+56+219=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #A738DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A738DB is #58C724. Grayscale: #6B6B6B. Windows color (decimal): -5818149 or 14366887. OLE color: 14366887.

HSL color Cylindrical-coordinate representation of color #A738DB: hue angle of 280.86º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A738DB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 56 219 -
CMYK 0.24 0.74 0 0.14
HSL 280.86º 0.69% 0.54% -
HSV(B) 280.86º 0.74% 0.86% -
XYZ 30.14 16.16 68.55 -
YUV 107.77 190.77 170.25 -
System Red Green Blue C M Y K H S L
Decimal 167 56 219 0.24 0.74 0 0.14 280.86 0.69 0.54
Hex A7 38 DB 18 4A 0 E 119 45 36
Octal 247 70 333 30 112 0 16 431 105 66
Binary 10100111 111000 11011011 11000 1001010 0 1110 100011001 1000101 110110

Color Harmonies of #A738DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A738DB

Black with #A738DB

Text Example


Text Example

White with #A738DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A738DB; }

 p { color: rgb(167,56,219); }

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

background-color css

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

 a { background-color: rgb(167,56,219); }

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

border-color css

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

 span { border-color: rgb(167,56,219); }

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