Html Css Color HEX #A434CF Dark Orchid

📋 copy color: '#A434CF'

red 164 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #A434CF

Tints of Dark Orchid #A434CF

RGB

 RED value IS 164 (64.45% from 255) = 38.77%

 GREEN value IS 52 (20.7% from 255) = 12.29%

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 38.77%
G = 12.29%
B = 48.94%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A434CF (or 0xA434CF) is known color: Dark Orchid. HEX triplet: A4, 34 and CF. RGB value is (164,52,207). Sum of RGB (Red+Green+Blue) = 164+52+207=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #A434CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434CF is #5BCB30. Grayscale: #666666. Windows color (decimal): -6015793 or 13579428. OLE color: 13579428.

HSL color Cylindrical-coordinate representation of color #A434CF: hue angle of 283.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A434CF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 52 207 -
CMYK 0.21 0.75 0 0.19
HSL 283.35º 0.62% 0.51% -
HSV(B) 283.35º 0.75% 0.81% -
XYZ 27.8 14.85 60.43 -
YUV 103.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 164 52 207 0.21 0.75 0 0.19 283.35 0.62 0.51
Hex A4 34 CF 15 4B 0 13 11B 3E 33
Octal 244 64 317 25 113 0 23 433 76 63
Binary 10100100 110100 11001111 10101 1001011 0 10011 100011011 111110 110011

Color Harmonies of #A434CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434CF

Black with #A434CF

Text Example


Text Example

White with #A434CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434CF; }

 p { color: rgb(164,52,207); }

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

background-color css

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

 a { background-color: rgb(164,52,207); }

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

border-color css

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

 span { border-color: rgb(164,52,207); }

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