Html Css Color HEX #AF34BD Dark Orchid

📋 copy color: '#AF34BD'

red 175 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #AF34BD

Tints of Dark Orchid #AF34BD

RGB

 RED value IS 175 (68.75% from 255) = 42.07%

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 42.07%
G = 12.5%
B = 45.43%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF34BD (or 0xAF34BD) is known color: Dark Orchid. HEX triplet: AF, 34 and BD. RGB value is (175,52,189). Sum of RGB (Red+Green+Blue) = 175+52+189=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF34BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34BD is #50CB42. Grayscale: #676767. Windows color (decimal): -5294915 or 12399791. OLE color: 12399791.

HSL color Cylindrical-coordinate representation of color #AF34BD: hue angle of 293.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF34BD is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 52 189 -
CMYK 0.07 0.72 0 0.26
HSL 293.87º 0.57% 0.47% -
HSV(B) 293.87º 0.72% 0.74% -
XYZ 28.09 15.24 49.61 -
YUV 104.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 175 52 189 0.07 0.72 0 0.26 293.87 0.57 0.47
Hex AF 34 BD 7 48 0 1A 126 39 2F
Octal 257 64 275 7 110 0 32 446 71 57
Binary 10101111 110100 10111101 111 1001000 0 11010 100100110 111001 101111

Color Harmonies of #AF34BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34BD

Black with #AF34BD

Text Example


Text Example

White with #AF34BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34BD; }

 p { color: rgb(175,52,189); }

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

background-color css

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

 a { background-color: rgb(175,52,189); }

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

border-color css

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

 span { border-color: rgb(175,52,189); }

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